Html Css Color HEX #D0297A Deep Cerise

📋 copy color: '#D0297A'

red 208 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #D0297A

Tints of Deep Cerise #D0297A

RGB

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

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

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

R = 56.06%
G = 11.05%
B = 32.88%

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

#D0297A (or 0xD0297A) is known color: Deep Cerise. HEX triplet: D0, 29 and 7A. RGB value is (208,41,122). Sum of RGB (Red+Green+Blue) = 208+41+122=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0297A is #2FD685. Grayscale: #646464. Windows color (decimal): -3135110 or 8006096. OLE color: 8006096.

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

Color convert

RGB 208 41 122 -
CMYK 0 0.80 0.41 0.18
HSL 330.9º 0.67% 0.49% -
HSV(B) 330.9º 0.8% 0.82% -
XYZ 30.32 16.4 19.98 -
YUV 100.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 208 41 122 0 0.80 0.41 0.18 330.9 0.67 0.49
Hex D0 29 7A 0 50 29 12 14B 43 31
Octal 320 51 172 0 120 51 22 513 103 61
Binary 11010000 101001 1111010 0 1010000 101001 10010 101001011 1000011 110001

Color Harmonies of #D0297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0297A

Black with #D0297A

Text Example


Text Example

White with #D0297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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