Html Css Color HEX #D0245D Cerise

📋 copy color: '#D0245D'

red 208 ◦ green 36 ◦ blue 93

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

Shades of Cerise #D0245D

Tints of Cerise #D0245D

RGB

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

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

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

R = 61.72%
G = 10.68%
B = 27.6%

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

#D0245D (or 0xD0245D) is known color: Cerise. HEX triplet: D0, 24 and 5D. RGB value is (208,36,93). Sum of RGB (Red+Green+Blue) = 208+36+93=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0245D is #2FDBA2. Grayscale: #5D5D5D. Windows color (decimal): -3136419 or 6104272. OLE color: 6104272.

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

Color convert

RGB 208 36 93 -
CMYK 0 0.83 0.55 0.18
HSL 340.12º 0.7% 0.48% -
HSV(B) 340.12º 0.83% 0.82% -
XYZ 28.62 15.46 11.83 -
YUV 93.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 208 36 93 0 0.83 0.55 0.18 340.12 0.7 0.48
Hex D0 24 5D 0 53 37 12 154 46 30
Octal 320 44 135 0 123 67 22 524 106 60
Binary 11010000 100100 1011101 0 1010011 110111 10010 101010100 1000110 110000

Color Harmonies of #D0245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0245D

Black with #D0245D

Text Example


Text Example

White with #D0245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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