Html Css Color HEX #D2335C Cerise

📋 copy color: '#D2335C'

red 210 ◦ green 51 ◦ blue 92

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

Shades of Cerise #D2335C

Tints of Cerise #D2335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 59.49%
G = 14.45%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2335C (or 0xD2335C) is known color: Cerise. HEX triplet: D2, 33 and 5C. RGB value is (210,51,92). Sum of RGB (Red+Green+Blue) = 210+51+92=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2335C is #2DCCA3. Grayscale: #676767. Windows color (decimal): -3001508 or 6042578. OLE color: 6042578.

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

Color convert

RGB 210 51 92 -
CMYK 0 0.76 0.56 0.18
HSL 344.53º 0.64% 0.51% -
HSV(B) 344.53º 0.76% 0.82% -
XYZ 29.69 16.84 11.81 -
YUV 103.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 210 51 92 0 0.76 0.56 0.18 344.53 0.64 0.51
Hex D2 33 5C 0 4C 38 12 159 40 33
Octal 322 63 134 0 114 70 22 531 100 63
Binary 11010010 110011 1011100 0 1001100 111000 10010 101011001 1000000 110011

Color Harmonies of #D2335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2335C

Black with #D2335C

Text Example


Text Example

White with #D2335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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