Html Css Color HEX #D2355E Cerise

📋 copy color: '#D2355E'

red 210 ◦ green 53 ◦ blue 94

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

Shades of Cerise #D2355E

Tints of Cerise #D2355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 58.82%
G = 14.85%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2355E (or 0xD2355E) is known color: Cerise. HEX triplet: D2, 35 and 5E. RGB value is (210,53,94). Sum of RGB (Red+Green+Blue) = 210+53+94=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2355E is #2DCAA1. Grayscale: #686868. Windows color (decimal): -3000994 or 6174162. OLE color: 6174162.

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

Color convert

RGB 210 53 94 -
CMYK 0 0.75 0.55 0.18
HSL 344.33º 0.64% 0.52% -
HSV(B) 344.33º 0.75% 0.82% -
XYZ 29.87 17.06 12.31 -
YUV 104.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 210 53 94 0 0.75 0.55 0.18 344.33 0.64 0.52
Hex D2 35 5E 0 4B 37 12 158 40 34
Octal 322 65 136 0 113 67 22 530 100 64
Binary 11010010 110101 1011110 0 1001011 110111 10010 101011000 1000000 110100

Color Harmonies of #D2355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2355E

Black with #D2355E

Text Example


Text Example

White with #D2355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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