Html Css Color HEX #D03082 Deep Cerise

📋 copy color: '#D03082'

red 208 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #D03082

Tints of Deep Cerise #D03082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.68%

R = 53.89%
G = 12.44%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03082 (or 0xD03082) is known color: Deep Cerise. HEX triplet: D0, 30 and 82. RGB value is (208,48,130). Sum of RGB (Red+Green+Blue) = 208+48+130=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D03082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03082 is #2FCF7D. Grayscale: #696969. Windows color (decimal): -3133310 or 8532176. OLE color: 8532176.

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

Color convert

RGB 208 48 130 -
CMYK 0 0.77 0.38 0.18
HSL 329.25º 0.63% 0.5% -
HSV(B) 329.25º 0.77% 0.82% -
XYZ 31.1 17.14 22.79 -
YUV 105.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 208 48 130 0 0.77 0.38 0.18 329.25 0.63 0.5
Hex D0 30 82 0 4D 26 12 149 3F 32
Octal 320 60 202 0 115 46 22 511 77 62
Binary 11010000 110000 10000010 0 1001101 100110 10010 101001001 111111 110010

Color Harmonies of #D03082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03082

Black with #D03082

Text Example


Text Example

White with #D03082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03082; }

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

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

background-color css

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

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

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

border-color css

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

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

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