Html Css Color HEX #D03982 Deep Cerise

📋 copy color: '#D03982'

red 208 ◦ green 57 ◦ blue 130

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

Shades of Deep Cerise #D03982

Tints of Deep Cerise #D03982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.43%

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

R = 52.66%
G = 14.43%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03982 (or 0xD03982) is known color: Deep Cerise. HEX triplet: D0, 39 and 82. RGB value is (208,57,130). Sum of RGB (Red+Green+Blue) = 208+57+130=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D03982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03982 is #2FC67D. Grayscale: #6E6E6E. Windows color (decimal): -3131006 or 8534480. OLE color: 8534480.

HSL color Cylindrical-coordinate representation of color #D03982: hue angle of 330.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03982 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 130 -
CMYK 0 0.73 0.38 0.18
HSL 330.99º 0.62% 0.52% -
HSV(B) 330.99º 0.73% 0.82% -
XYZ 31.5 17.95 22.92 -
YUV 110.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 208 57 130 0 0.73 0.38 0.18 330.99 0.62 0.52
Hex D0 39 82 0 49 26 12 14B 3E 34
Octal 320 71 202 0 111 46 22 513 76 64
Binary 11010000 111001 10000010 0 1001001 100110 10010 101001011 111110 110100

Color Harmonies of #D03982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03982

Black with #D03982

Text Example


Text Example

White with #D03982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03982; }

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

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

background-color css

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

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

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

border-color css

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

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

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