Html Css Color HEX #D2405F Cerise

📋 copy color: '#D2405F'

red 210 ◦ green 64 ◦ blue 95

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

Shades of Cerise #D2405F

Tints of Cerise #D2405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 56.91%
G = 17.34%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2405F (or 0xD2405F) is known color: Cerise. HEX triplet: D2, 40 and 5F. RGB value is (210,64,95). Sum of RGB (Red+Green+Blue) = 210+64+95=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2405F is #2DBFA0. Grayscale: #6F6F6F. Windows color (decimal): -2998177 or 6242514. OLE color: 6242514.

HSL color Cylindrical-coordinate representation of color #D2405F: hue angle of 347.26º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2405F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 95 -
CMYK 0 0.70 0.55 0.18
HSL 347.26º 0.62% 0.54% -
HSV(B) 347.26º 0.7% 0.82% -
XYZ 30.48 18.19 12.73 -
YUV 111.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 210 64 95 0 0.70 0.55 0.18 347.26 0.62 0.54
Hex D2 40 5F 0 46 37 12 15B 3E 36
Octal 322 100 137 0 106 67 22 533 76 66
Binary 11010010 1000000 1011111 0 1000110 110111 10010 101011011 111110 110110

Color Harmonies of #D2405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2405F

Black with #D2405F

Text Example


Text Example

White with #D2405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2405F; }

 p { color: rgb(210,64,95); }

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

background-color css

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

 a { background-color: rgb(210,64,95); }

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

border-color css

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

 span { border-color: rgb(210,64,95); }

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