Html Css Color HEX #D0297F Deep Cerise

📋 copy color: '#D0297F'

red 208 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #D0297F

Tints of Deep Cerise #D0297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 55.32%
G = 10.9%
B = 33.78%

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

#D0297F (or 0xD0297F) is known color: Deep Cerise. HEX triplet: D0, 29 and 7F. RGB value is (208,41,127). Sum of RGB (Red+Green+Blue) = 208+41+127=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0297F is #2FD680. Grayscale: #646464. Windows color (decimal): -3135105 or 8333776. OLE color: 8333776.

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

Color convert

RGB 208 41 127 -
CMYK 0 0.80 0.39 0.18
HSL 329.1º 0.67% 0.49% -
HSV(B) 329.1º 0.8% 0.82% -
XYZ 30.64 16.53 21.65 -
YUV 100.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 208 41 127 0 0.80 0.39 0.18 329.1 0.67 0.49
Hex D0 29 7F 0 50 27 12 149 43 31
Octal 320 51 177 0 120 47 22 511 103 61
Binary 11010000 101001 1111111 0 1010000 100111 10010 101001001 1000011 110001

Color Harmonies of #D0297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0297F

Black with #D0297F

Text Example


Text Example

White with #D0297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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