Html Css Color HEX #D0298A Deep Cerise

📋 copy color: '#D0298A'

red 208 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #D0298A

Tints of Deep Cerise #D0298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 53.75%
G = 10.59%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0298A (or 0xD0298A) is known color: Deep Cerise. HEX triplet: D0, 29 and 8A. RGB value is (208,41,138). Sum of RGB (Red+Green+Blue) = 208+41+138=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0298A is #2FD675. Grayscale: #656565. Windows color (decimal): -3135094 or 9054672. OLE color: 9054672.

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

Color convert

RGB 208 41 138 -
CMYK 0 0.80 0.34 0.18
HSL 325.15º 0.67% 0.49% -
HSV(B) 325.15º 0.8% 0.82% -
XYZ 31.39 16.83 25.64 -
YUV 101.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 208 41 138 0 0.80 0.34 0.18 325.15 0.67 0.49
Hex D0 29 8A 0 50 22 12 145 43 31
Octal 320 51 212 0 120 42 22 505 103 61
Binary 11010000 101001 10001010 0 1010000 100010 10010 101000101 1000011 110001

Color Harmonies of #D0298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0298A

Black with #D0298A

Text Example


Text Example

White with #D0298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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