Html Css Color HEX #D030A1 Deep Cerise

📋 copy color: '#D030A1'

red 208 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #D030A1

Tints of Deep Cerise #D030A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 49.88%
G = 11.51%
B = 38.61%

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

#D030A1 (or 0xD030A1) is known color: Deep Cerise. HEX triplet: D0, 30 and A1. RGB value is (208,48,161). Sum of RGB (Red+Green+Blue) = 208+48+161=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D030A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030A1 is #2FCF5E. Grayscale: #6C6C6C. Windows color (decimal): -3133279 or 10563792. OLE color: 10563792.

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

Color convert

RGB 208 48 161 -
CMYK 0 0.77 0.23 0.18
HSL 317.63º 0.63% 0.5% -
HSV(B) 317.63º 0.77% 0.82% -
XYZ 33.5 18.1 35.45 -
YUV 108.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 208 48 161 0 0.77 0.23 0.18 317.63 0.63 0.5
Hex D0 30 A1 0 4D 17 12 13E 3F 32
Octal 320 60 241 0 115 27 22 476 77 62
Binary 11010000 110000 10100001 0 1001101 10111 10010 100111110 111111 110010

Color Harmonies of #D030A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030A1

Black with #D030A1

Text Example


Text Example

White with #D030A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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