Html Css Color HEX #D0237D Deep Cerise

📋 copy color: '#D0237D'

red 208 ◦ green 35 ◦ blue 125

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

Shades of Deep Cerise #D0237D

Tints of Deep Cerise #D0237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 56.52%
G = 9.51%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0237D (or 0xD0237D) is known color: Deep Cerise. HEX triplet: D0, 23 and 7D. RGB value is (208,35,125). Sum of RGB (Red+Green+Blue) = 208+35+125=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0237D is #2FDC82. Grayscale: #606060. Windows color (decimal): -3136643 or 8201168. OLE color: 8201168.

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

Color convert

RGB 208 35 125 -
CMYK 0 0.83 0.40 0.18
HSL 328.79º 0.71% 0.48% -
HSV(B) 328.79º 0.83% 0.82% -
XYZ 30.32 16.09 20.91 -
YUV 96.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 208 35 125 0 0.83 0.40 0.18 328.79 0.71 0.48
Hex D0 23 7D 0 53 28 12 149 47 30
Octal 320 43 175 0 123 50 22 511 107 60
Binary 11010000 100011 1111101 0 1010011 101000 10010 101001001 1000111 110000

Color Harmonies of #D0237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0237D

Black with #D0237D

Text Example


Text Example

White with #D0237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0237D; }

 p { color: rgb(208,35,125); }

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

background-color css

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

 a { background-color: rgb(208,35,125); }

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

border-color css

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

 span { border-color: rgb(208,35,125); }

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