Html Css Color HEX #D030A5 Deep Cerise

📋 copy color: '#D030A5'

red 208 ◦ green 48 ◦ blue 165

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

Shades of Deep Cerise #D030A5

Tints of Deep Cerise #D030A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 49.41%
G = 11.4%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D030A5 (or 0xD030A5) is known color: Deep Cerise. HEX triplet: D0, 30 and A5. RGB value is (208,48,165). Sum of RGB (Red+Green+Blue) = 208+48+165=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D030A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030A5 is #2FCF5A. Grayscale: #6C6C6C. Windows color (decimal): -3133275 or 10825936. OLE color: 10825936.

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

Color convert

RGB 208 48 165 -
CMYK 0 0.77 0.21 0.18
HSL 316.13º 0.63% 0.5% -
HSV(B) 316.13º 0.77% 0.82% -
XYZ 33.86 18.24 37.33 -
YUV 109.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 208 48 165 0 0.77 0.21 0.18 316.13 0.63 0.5
Hex D0 30 A5 0 4D 15 12 13C 3F 32
Octal 320 60 245 0 115 25 22 474 77 62
Binary 11010000 110000 10100101 0 1001101 10101 10010 100111100 111111 110010

Color Harmonies of #D030A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030A5

Black with #D030A5

Text Example


Text Example

White with #D030A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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