Html Css Color HEX #D0298F Deep Cerise

📋 copy color: '#D0298F'

red 208 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #D0298F

Tints of Deep Cerise #D0298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 53.06%
G = 10.46%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0298F (or 0xD0298F) is known color: Deep Cerise. HEX triplet: D0, 29 and 8F. RGB value is (208,41,143). Sum of RGB (Red+Green+Blue) = 208+41+143=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D0298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0298F is #2FD670. Grayscale: #666666. Windows color (decimal): -3135089 or 9382352. OLE color: 9382352.

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

Color convert

RGB 208 41 143 -
CMYK 0 0.80 0.31 0.18
HSL 323.35º 0.67% 0.49% -
HSV(B) 323.35º 0.8% 0.82% -
XYZ 31.76 16.98 27.59 -
YUV 102.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 208 41 143 0 0.80 0.31 0.18 323.35 0.67 0.49
Hex D0 29 8F 0 50 1F 12 143 43 31
Octal 320 51 217 0 120 37 22 503 103 61
Binary 11010000 101001 10001111 0 1010000 11111 10010 101000011 1000011 110001

Color Harmonies of #D0298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0298F

Black with #D0298F

Text Example


Text Example

White with #D0298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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