Html Css Color HEX #D0297E Deep Cerise

📋 copy color: '#D0297E'

red 208 ◦ green 41 ◦ blue 126

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

Shades of Deep Cerise #D0297E

Tints of Deep Cerise #D0297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 55.47%
G = 10.93%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0297E (or 0xD0297E) is known color: Deep Cerise. HEX triplet: D0, 29 and 7E. RGB value is (208,41,126). Sum of RGB (Red+Green+Blue) = 208+41+126=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0297E is #2FD681. Grayscale: #646464. Windows color (decimal): -3135106 or 8268240. OLE color: 8268240.

HSL color Cylindrical-coordinate representation of color #D0297E: hue angle of 329.46º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0297E is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 126 -
CMYK 0 0.80 0.39 0.18
HSL 329.46º 0.67% 0.49% -
HSV(B) 329.46º 0.8% 0.82% -
XYZ 30.57 16.5 21.31 -
YUV 100.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 208 41 126 0 0.80 0.39 0.18 329.46 0.67 0.49
Hex D0 29 7E 0 50 27 12 149 43 31
Octal 320 51 176 0 120 47 22 511 103 61
Binary 11010000 101001 1111110 0 1010000 100111 10010 101001001 1000011 110001

Color Harmonies of #D0297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0297E

Black with #D0297E

Text Example


Text Example

White with #D0297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0297E; }

 p { color: rgb(208,41,126); }

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

background-color css

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

 a { background-color: rgb(208,41,126); }

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

border-color css

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

 span { border-color: rgb(208,41,126); }

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