Html Css Color HEX #D0298B Deep Cerise

📋 copy color: '#D0298B'

red 208 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #D0298B

Tints of Deep Cerise #D0298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 53.61%
G = 10.57%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0298B (or 0xD0298B) is known color: Deep Cerise. HEX triplet: D0, 29 and 8B. RGB value is (208,41,139). Sum of RGB (Red+Green+Blue) = 208+41+139=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0298B is #2FD674. Grayscale: #656565. Windows color (decimal): -3135093 or 9120208. OLE color: 9120208.

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

Color convert

RGB 208 41 139 -
CMYK 0 0.80 0.33 0.18
HSL 324.79º 0.67% 0.49% -
HSV(B) 324.79º 0.8% 0.82% -
XYZ 31.47 16.86 26.02 -
YUV 102.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 208 41 139 0 0.80 0.33 0.18 324.79 0.67 0.49
Hex D0 29 8B 0 50 21 12 145 43 31
Octal 320 51 213 0 120 41 22 505 103 61
Binary 11010000 101001 10001011 0 1010000 100001 10010 101000101 1000011 110001

Color Harmonies of #D0298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0298B

Black with #D0298B

Text Example


Text Example

White with #D0298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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