Html Css Color HEX #D030AD Deep Cerise

📋 copy color: '#D030AD'

red 208 ◦ green 48 ◦ blue 173

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

Shades of Deep Cerise #D030AD

Tints of Deep Cerise #D030AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 48.48%
G = 11.19%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D030AD (or 0xD030AD) is known color: Deep Cerise. HEX triplet: D0, 30 and AD. RGB value is (208,48,173). Sum of RGB (Red+Green+Blue) = 208+48+173=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D030AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030AD is #2FCF52. Grayscale: #6D6D6D. Windows color (decimal): -3133267 or 11350224. OLE color: 11350224.

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

Color convert

RGB 208 48 173 -
CMYK 0 0.77 0.17 0.18
HSL 313.13º 0.63% 0.5% -
HSV(B) 313.13º 0.77% 0.82% -
XYZ 34.61 18.54 41.29 -
YUV 110.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 208 48 173 0 0.77 0.17 0.18 313.13 0.63 0.5
Hex D0 30 AD 0 4D 11 12 139 3F 32
Octal 320 60 255 0 115 21 22 471 77 62
Binary 11010000 110000 10101101 0 1001101 10001 10010 100111001 111111 110010

Color Harmonies of #D030AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030AD

Black with #D030AD

Text Example


Text Example

White with #D030AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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