Html Css Color HEX #D0297C Deep Cerise

📋 copy color: '#D0297C'

red 208 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #D0297C

Tints of Deep Cerise #D0297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 55.76%
G = 10.99%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0297C (or 0xD0297C) is known color: Deep Cerise. HEX triplet: D0, 29 and 7C. RGB value is (208,41,124). Sum of RGB (Red+Green+Blue) = 208+41+124=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0297C is #2FD683. Grayscale: #646464. Windows color (decimal): -3135108 or 8137168. OLE color: 8137168.

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

Color convert

RGB 208 41 124 -
CMYK 0 0.80 0.40 0.18
HSL 330.18º 0.67% 0.49% -
HSV(B) 330.18º 0.8% 0.82% -
XYZ 30.44 16.45 20.64 -
YUV 100.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 208 41 124 0 0.80 0.40 0.18 330.18 0.67 0.49
Hex D0 29 7C 0 50 28 12 14A 43 31
Octal 320 51 174 0 120 50 22 512 103 61
Binary 11010000 101001 1111100 0 1010000 101000 10010 101001010 1000011 110001

Color Harmonies of #D0297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0297C

Black with #D0297C

Text Example


Text Example

White with #D0297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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