Html Css Color HEX #D030AA Deep Cerise

📋 copy color: '#D030AA'

red 208 ◦ green 48 ◦ blue 170

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

Shades of Deep Cerise #D030AA

Tints of Deep Cerise #D030AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 48.83%
G = 11.27%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D030AA (or 0xD030AA) is known color: Deep Cerise. HEX triplet: D0, 30 and AA. RGB value is (208,48,170). Sum of RGB (Red+Green+Blue) = 208+48+170=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D030AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030AA is #2FCF55. Grayscale: #6D6D6D. Windows color (decimal): -3133270 or 11153616. OLE color: 11153616.

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

Color convert

RGB 208 48 170 -
CMYK 0 0.77 0.18 0.18
HSL 314.25º 0.63% 0.5% -
HSV(B) 314.25º 0.77% 0.82% -
XYZ 34.33 18.43 39.78 -
YUV 109.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 208 48 170 0 0.77 0.18 0.18 314.25 0.63 0.5
Hex D0 30 AA 0 4D 12 12 13A 3F 32
Octal 320 60 252 0 115 22 22 472 77 62
Binary 11010000 110000 10101010 0 1001101 10010 10010 100111010 111111 110010

Color Harmonies of #D030AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030AA

Black with #D030AA

Text Example


Text Example

White with #D030AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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