Html Css Color HEX #D2245B Cerise

📋 copy color: '#D2245B'

red 210 ◦ green 36 ◦ blue 91

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

Shades of Cerise #D2245B

Tints of Cerise #D2245B

RGB

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

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

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

R = 62.31%
G = 10.68%
B = 27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2245B (or 0xD2245B) is known color: Cerise. HEX triplet: D2, 24 and 5B. RGB value is (210,36,91). Sum of RGB (Red+Green+Blue) = 210+36+91=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2245B is #2DDBA4. Grayscale: #5E5E5E. Windows color (decimal): -3005349 or 5973202. OLE color: 5973202.

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

Color convert

RGB 210 36 91 -
CMYK 0 0.83 0.57 0.18
HSL 341.03º 0.71% 0.48% -
HSV(B) 341.03º 0.83% 0.82% -
XYZ 29.1 15.72 11.4 -
YUV 94.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 210 36 91 0 0.83 0.57 0.18 341.03 0.71 0.48
Hex D2 24 5B 0 53 39 12 155 47 30
Octal 322 44 133 0 123 71 22 525 107 60
Binary 11010010 100100 1011011 0 1010011 111001 10010 101010101 1000111 110000

Color Harmonies of #D2245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2245B

Black with #D2245B

Text Example


Text Example

White with #D2245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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