Html Css Color HEX #D0299D Deep Cerise

📋 copy color: '#D0299D'

red 208 ◦ green 41 ◦ blue 157

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

Shades of Deep Cerise #D0299D

Tints of Deep Cerise #D0299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 51.23%
G = 10.1%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0299D (or 0xD0299D) is known color: Deep Cerise. HEX triplet: D0, 29 and 9D. RGB value is (208,41,157). Sum of RGB (Red+Green+Blue) = 208+41+157=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0299D is #2FD662. Grayscale: #676767. Windows color (decimal): -3135075 or 10299856. OLE color: 10299856.

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

Color convert

RGB 208 41 157 -
CMYK 0 0.80 0.25 0.18
HSL 318.32º 0.67% 0.49% -
HSV(B) 318.32º 0.8% 0.82% -
XYZ 32.89 17.43 33.53 -
YUV 104.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 208 41 157 0 0.80 0.25 0.18 318.32 0.67 0.49
Hex D0 29 9D 0 50 19 12 13E 43 31
Octal 320 51 235 0 120 31 22 476 103 61
Binary 11010000 101001 10011101 0 1010000 11001 10010 100111110 1000011 110001

Color Harmonies of #D0299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0299D

Black with #D0299D

Text Example


Text Example

White with #D0299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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