Html Css Color HEX #D0297B Deep Cerise

📋 copy color: '#D0297B'

red 208 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #D0297B

Tints of Deep Cerise #D0297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 55.91%
G = 11.02%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0297B (or 0xD0297B) is known color: Deep Cerise. HEX triplet: D0, 29 and 7B. RGB value is (208,41,123). Sum of RGB (Red+Green+Blue) = 208+41+123=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0297B is #2FD684. Grayscale: #646464. Windows color (decimal): -3135109 or 8071632. OLE color: 8071632.

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

Color convert

RGB 208 41 123 -
CMYK 0 0.80 0.41 0.18
HSL 330.54º 0.67% 0.49% -
HSV(B) 330.54º 0.8% 0.82% -
XYZ 30.38 16.43 20.31 -
YUV 100.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 208 41 123 0 0.80 0.41 0.18 330.54 0.67 0.49
Hex D0 29 7B 0 50 29 12 14B 43 31
Octal 320 51 173 0 120 51 22 513 103 61
Binary 11010000 101001 1111011 0 1010000 101001 10010 101001011 1000011 110001

Color Harmonies of #D0297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0297B

Black with #D0297B

Text Example


Text Example

White with #D0297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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