Html Css Color HEX #D6336A Cerise

📋 copy color: '#D6336A'

red 214 ◦ green 51 ◦ blue 106

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

Shades of Cerise #D6336A

Tints of Cerise #D6336A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 57.68%
G = 13.75%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6336A (or 0xD6336A) is known color: Cerise. HEX triplet: D6, 33 and 6A. RGB value is (214,51,106). Sum of RGB (Red+Green+Blue) = 214+51+106=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6336A is #29CC95. Grayscale: #696969. Windows color (decimal): -2739350 or 6960086. OLE color: 6960086.

HSL color Cylindrical-coordinate representation of color #D6336A: hue angle of 339.75º 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 #D6336A is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 106 -
CMYK 0 0.76 0.50 0.16
HSL 339.75º 0.67% 0.52% -
HSV(B) 339.75º 0.76% 0.84% -
XYZ 31.52 17.7 15.39 -
YUV 106.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 214 51 106 0 0.76 0.50 0.16 339.75 0.67 0.52
Hex D6 33 6A 0 4C 32 10 154 43 34
Octal 326 63 152 0 114 62 20 524 103 64
Binary 11010110 110011 1101010 0 1001100 110010 10000 101010100 1000011 110100

Color Harmonies of #D6336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6336A

Black with #D6336A

Text Example


Text Example

White with #D6336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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