Html Css Color HEX #D2245D Cerise

📋 copy color: '#D2245D'

red 210 ◦ green 36 ◦ blue 93

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

Shades of Cerise #D2245D

Tints of Cerise #D2245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 61.95%
G = 10.62%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2245D (or 0xD2245D) is known color: Cerise. HEX triplet: D2, 24 and 5D. RGB value is (210,36,93). Sum of RGB (Red+Green+Blue) = 210+36+93=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2245D is #2DDBA2. Grayscale: #5E5E5E. Windows color (decimal): -3005347 or 6104274. OLE color: 6104274.

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

Color convert

RGB 210 36 93 -
CMYK 0 0.83 0.56 0.18
HSL 340.34º 0.71% 0.48% -
HSV(B) 340.34º 0.83% 0.82% -
XYZ 29.19 15.75 11.86 -
YUV 94.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 210 36 93 0 0.83 0.56 0.18 340.34 0.71 0.48
Hex D2 24 5D 0 53 38 12 154 47 30
Octal 322 44 135 0 123 70 22 524 107 60
Binary 11010010 100100 1011101 0 1010011 111000 10010 101010100 1000111 110000

Color Harmonies of #D2245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2245D

Black with #D2245D

Text Example


Text Example

White with #D2245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2245D; }

 p { color: rgb(210,36,93); }

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

background-color css

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

 a { background-color: rgb(210,36,93); }

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

border-color css

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

 span { border-color: rgb(210,36,93); }

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