Html Css Color HEX #D0245E Cerise

📋 copy color: '#D0245E'

red 208 ◦ green 36 ◦ blue 94

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

Shades of Cerise #D0245E

Tints of Cerise #D0245E

RGB

 RED value IS 208 (81.64% from 255) = 61.54%

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

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

R = 61.54%
G = 10.65%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0245E (or 0xD0245E) is known color: Cerise. HEX triplet: D0, 24 and 5E. RGB value is (208,36,94). Sum of RGB (Red+Green+Blue) = 208+36+94=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0245E is #2FDBA1. Grayscale: #5D5D5D. Windows color (decimal): -3136418 or 6169808. OLE color: 6169808.

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

Color convert

RGB 208 36 94 -
CMYK 0 0.83 0.55 0.18
HSL 339.77º 0.7% 0.48% -
HSV(B) 339.77º 0.83% 0.82% -
XYZ 28.66 15.48 12.07 -
YUV 94.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 208 36 94 0 0.83 0.55 0.18 339.77 0.7 0.48
Hex D0 24 5E 0 53 37 12 154 46 30
Octal 320 44 136 0 123 67 22 524 106 60
Binary 11010000 100100 1011110 0 1010011 110111 10010 101010100 1000110 110000

Color Harmonies of #D0245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0245E

Black with #D0245E

Text Example


Text Example

White with #D0245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0245E; }

 p { color: rgb(208,36,94); }

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

background-color css

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

 a { background-color: rgb(208,36,94); }

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

border-color css

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

 span { border-color: rgb(208,36,94); }

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