Html Css Color HEX #D030AC Deep Cerise

📋 copy color: '#D030AC'

red 208 ◦ green 48 ◦ blue 172

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

Shades of Deep Cerise #D030AC

Tints of Deep Cerise #D030AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 48.6%
G = 11.21%
B = 40.19%

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

#D030AC (or 0xD030AC) is known color: Deep Cerise. HEX triplet: D0, 30 and AC. RGB value is (208,48,172). Sum of RGB (Red+Green+Blue) = 208+48+172=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D030AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030AC is #2FCF53. Grayscale: #6D6D6D. Windows color (decimal): -3133268 or 11284688. OLE color: 11284688.

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

Color convert

RGB 208 48 172 -
CMYK 0 0.77 0.17 0.18
HSL 313.5º 0.63% 0.5% -
HSV(B) 313.5º 0.77% 0.82% -
XYZ 34.52 18.5 40.78 -
YUV 109.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 208 48 172 0 0.77 0.17 0.18 313.5 0.63 0.5
Hex D0 30 AC 0 4D 11 12 13A 3F 32
Octal 320 60 254 0 115 21 22 472 77 62
Binary 11010000 110000 10101100 0 1001101 10001 10010 100111010 111111 110010

Color Harmonies of #D030AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030AC

Black with #D030AC

Text Example


Text Example

White with #D030AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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