Html Css Color HEX #D03280 Deep Cerise

📋 copy color: '#D03280'

red 208 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #D03280

Tints of Deep Cerise #D03280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.95%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 53.89%
G = 12.95%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03280 (or 0xD03280) is known color: Deep Cerise. HEX triplet: D0, 32 and 80. RGB value is (208,50,128). Sum of RGB (Red+Green+Blue) = 208+50+128=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D03280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03280 is #2FCD7F. Grayscale: #696969. Windows color (decimal): -3132800 or 8401616. OLE color: 8401616.

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

Color convert

RGB 208 50 128 -
CMYK 0 0.76 0.38 0.18
HSL 330.38º 0.63% 0.51% -
HSV(B) 330.38º 0.76% 0.82% -
XYZ 31.05 17.25 22.12 -
YUV 106.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 208 50 128 0 0.76 0.38 0.18 330.38 0.63 0.51
Hex D0 32 80 0 4C 26 12 14A 3F 33
Octal 320 62 200 0 114 46 22 512 77 63
Binary 11010000 110010 10000000 0 1001100 100110 10010 101001010 111111 110011

Color Harmonies of #D03280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03280

Black with #D03280

Text Example


Text Example

White with #D03280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03280; }

 p { color: rgb(208,50,128); }

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

background-color css

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

 a { background-color: rgb(208,50,128); }

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

border-color css

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

 span { border-color: rgb(208,50,128); }

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