Html Css Color HEX #D2336A Cerise

📋 copy color: '#D2336A'

red 210 ◦ green 51 ◦ blue 106

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

Shades of Cerise #D2336A

Tints of Cerise #D2336A

RGB

 RED value IS 210 (82.42% from 255) = 57.22%

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

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

R = 57.22%
G = 13.9%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2336A (or 0xD2336A) is known color: Cerise. HEX triplet: D2, 33 and 6A. RGB value is (210,51,106). Sum of RGB (Red+Green+Blue) = 210+51+106=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2336A is #2DCC95. Grayscale: #686868. Windows color (decimal): -3001494 or 6960082. OLE color: 6960082.

HSL color Cylindrical-coordinate representation of color #D2336A: hue angle of 339.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2336A is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 51 106 -
CMYK 0 0.76 0.50 0.18
HSL 339.25º 0.64% 0.51% -
HSV(B) 339.25º 0.76% 0.82% -
XYZ 30.36 17.11 15.34 -
YUV 104.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 210 51 106 0 0.76 0.50 0.18 339.25 0.64 0.51
Hex D2 33 6A 0 4C 32 12 153 40 33
Octal 322 63 152 0 114 62 22 523 100 63
Binary 11010010 110011 1101010 0 1001100 110010 10010 101010011 1000000 110011

Color Harmonies of #D2336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2336A

Black with #D2336A

Text Example


Text Example

White with #D2336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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