Html Css Color HEX #D0298D Deep Cerise

📋 copy color: '#D0298D'

red 208 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D0298D

Tints of Deep Cerise #D0298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 53.33%
G = 10.51%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0298D (or 0xD0298D) is known color: Deep Cerise. HEX triplet: D0, 29 and 8D. RGB value is (208,41,141). Sum of RGB (Red+Green+Blue) = 208+41+141=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0298D is #2FD672. Grayscale: #666666. Windows color (decimal): -3135091 or 9251280. OLE color: 9251280.

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

Color convert

RGB 208 41 141 -
CMYK 0 0.80 0.32 0.18
HSL 324.07º 0.67% 0.49% -
HSV(B) 324.07º 0.8% 0.82% -
XYZ 31.61 16.92 26.8 -
YUV 102.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 208 41 141 0 0.80 0.32 0.18 324.07 0.67 0.49
Hex D0 29 8D 0 50 20 12 144 43 31
Octal 320 51 215 0 120 40 22 504 103 61
Binary 11010000 101001 10001101 0 1010000 100000 10010 101000100 1000011 110001

Color Harmonies of #D0298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0298D

Black with #D0298D

Text Example


Text Example

White with #D0298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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