Html Css Color HEX #D6339B Deep Cerise

📋 copy color: '#D6339B'

red 214 ◦ green 51 ◦ blue 155

#D6339B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D6339B

Tints of Deep Cerise #D6339B

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 51 (20.31% from 255) = 12.14%

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 50.95%
G = 12.14%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6339B (or 0xD6339B) is known color: Deep Cerise. HEX triplet: D6, 33 and 9B. RGB value is (214,51,155). Sum of RGB (Red+Green+Blue) = 214+51+155=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6339B is #29CC64. Grayscale: #6F6F6F. Windows color (decimal): -2739301 or 10171350. OLE color: 10171350.

HSL color Cylindrical-coordinate representation of color #D6339B: hue angle of 321.72º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6339B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 155 -
CMYK 0 0.76 0.28 0.16
HSL 321.72º 0.67% 0.52% -
HSV(B) 321.72º 0.76% 0.84% -
XYZ 34.83 19.03 32.85 -
YUV 111.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 214 51 155 0 0.76 0.28 0.16 321.72 0.67 0.52
Hex D6 33 9B 0 4C 1C 10 142 43 34
Octal 326 63 233 0 114 34 20 502 103 64
Binary 11010110 110011 10011011 0 1001100 11100 10000 101000010 1000011 110100

Color Harmonies of #D6339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6339B

Black with #D6339B

Text Example


Text Example

White with #D6339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6339B; }

 p { color: rgb(214,51,155); }

 H1.HeaderClassName
 {
   color: #D6339B;
 }
 .AnyTagClassName
 {
   color: #D6339B;
 }
</style>

background-color css

<style>
 a { background-color: #D6339B; }

 a { background-color: rgb(214,51,155); }

 div.DivClassName
 {
   background-color: #D6339B;
 }
 .BgClassName
 {
   background-color: #D6339B;
 }
</style>

border-color css

<style>
 span { border-color: #D6339B; }

 span { border-color: rgb(214,51,155); }

 td.TdClassName
 {
   border-color: #D6339B;
 }
 .TagClassName
 {
   border-color: #D6339B;
 }
</style>