Html Css Color HEX #D030A0 Deep Cerise

📋 copy color: '#D030A0'

red 208 ◦ green 48 ◦ blue 160

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

Shades of Deep Cerise #D030A0

Tints of Deep Cerise #D030A0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

 BLUE value IS 160 (62.89% from 255) = 38.46%

R = 50%
G = 11.54%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D030A0 (or 0xD030A0) is known color: Deep Cerise. HEX triplet: D0, 30 and A0. RGB value is (208,48,160). Sum of RGB (Red+Green+Blue) = 208+48+160=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D030A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030A0 is #2FCF5F. Grayscale: #6C6C6C. Windows color (decimal): -3133280 or 10498256. OLE color: 10498256.

HSL color Cylindrical-coordinate representation of color #D030A0: hue angle of 318º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D030A0 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 160 -
CMYK 0 0.77 0.23 0.18
HSL 318º 0.63% 0.5% -
HSV(B) 318º 0.77% 0.82% -
XYZ 33.41 18.06 34.98 -
YUV 108.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 208 48 160 0 0.77 0.23 0.18 318 0.63 0.5
Hex D0 30 A0 0 4D 17 12 13E 3F 32
Octal 320 60 240 0 115 27 22 476 77 62
Binary 11010000 110000 10100000 0 1001101 10111 10010 100111110 111111 110010

Color Harmonies of #D030A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030A0

Black with #D030A0

Text Example


Text Example

White with #D030A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030A0; }

 p { color: rgb(208,48,160); }

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

background-color css

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

 a { background-color: rgb(208,48,160); }

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

border-color css

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

 span { border-color: rgb(208,48,160); }

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