Html Css Color HEX #D2355B Cerise

📋 copy color: '#D2355B'

red 210 ◦ green 53 ◦ blue 91

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

Shades of Cerise #D2355B

Tints of Cerise #D2355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 59.32%
G = 14.97%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2355B (or 0xD2355B) is known color: Cerise. HEX triplet: D2, 35 and 5B. RGB value is (210,53,91). Sum of RGB (Red+Green+Blue) = 210+53+91=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2355B is #2DCAA4. Grayscale: #686868. Windows color (decimal): -3000997 or 5977554. OLE color: 5977554.

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

Color convert

RGB 210 53 91 -
CMYK 0 0.75 0.57 0.18
HSL 345.48º 0.64% 0.52% -
HSV(B) 345.48º 0.75% 0.82% -
XYZ 29.74 17 11.61 -
YUV 104.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 210 53 91 0 0.75 0.57 0.18 345.48 0.64 0.52
Hex D2 35 5B 0 4B 39 12 159 40 34
Octal 322 65 133 0 113 71 22 531 100 64
Binary 11010010 110101 1011011 0 1001011 111001 10010 101011001 1000000 110100

Color Harmonies of #D2355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2355B

Black with #D2355B

Text Example


Text Example

White with #D2355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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