Html Css Color HEX #D0237A Deep Cerise

📋 copy color: '#D0237A'

red 208 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #D0237A

Tints of Deep Cerise #D0237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 56.99%
G = 9.59%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0237A (or 0xD0237A) is known color: Deep Cerise. HEX triplet: D0, 23 and 7A. RGB value is (208,35,122). Sum of RGB (Red+Green+Blue) = 208+35+122=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0237A is #2FDC85. Grayscale: #606060. Windows color (decimal): -3136646 or 8004560. OLE color: 8004560.

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

Color convert

RGB 208 35 122 -
CMYK 0 0.83 0.41 0.18
HSL 329.83º 0.71% 0.48% -
HSV(B) 329.83º 0.83% 0.82% -
XYZ 30.13 16.02 19.92 -
YUV 96.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 208 35 122 0 0.83 0.41 0.18 329.83 0.71 0.48
Hex D0 23 7A 0 53 29 12 14A 47 30
Octal 320 43 172 0 123 51 22 512 107 60
Binary 11010000 100011 1111010 0 1010011 101001 10010 101001010 1000111 110000

Color Harmonies of #D0237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0237A

Black with #D0237A

Text Example


Text Example

White with #D0237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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