Html Css Color HEX #D2355C Cerise

📋 copy color: '#D2355C'

red 210 ◦ green 53 ◦ blue 92

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

Shades of Cerise #D2355C

Tints of Cerise #D2355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

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

R = 59.15%
G = 14.93%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2355C (or 0xD2355C) is known color: Cerise. HEX triplet: D2, 35 and 5C. RGB value is (210,53,92). Sum of RGB (Red+Green+Blue) = 210+53+92=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2355C is #2DCAA3. Grayscale: #686868. Windows color (decimal): -3000996 or 6043090. OLE color: 6043090.

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

Color convert

RGB 210 53 92 -
CMYK 0 0.75 0.56 0.18
HSL 345.1º 0.64% 0.52% -
HSV(B) 345.1º 0.75% 0.82% -
XYZ 29.78 17.02 11.84 -
YUV 104.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 210 53 92 0 0.75 0.56 0.18 345.1 0.64 0.52
Hex D2 35 5C 0 4B 38 12 159 40 34
Octal 322 65 134 0 113 70 22 531 100 64
Binary 11010010 110101 1011100 0 1001011 111000 10010 101011001 1000000 110100

Color Harmonies of #D2355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2355C

Black with #D2355C

Text Example


Text Example

White with #D2355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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