Html Css Color HEX #D04980 Cranberry

📋 copy color: '#D04980'

red 208 ◦ green 73 ◦ blue 128

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

Shades of Cranberry #D04980

Tints of Cranberry #D04980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 50.86%
G = 17.85%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04980 (or 0xD04980) is known color: Cranberry. HEX triplet: D0, 49 and 80. RGB value is (208,73,128). Sum of RGB (Red+Green+Blue) = 208+73+128=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D04980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04980 is #2FB67F. Grayscale: #777777. Windows color (decimal): -3126912 or 8407504. OLE color: 8407504.

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

Color convert

RGB 208 73 128 -
CMYK 0 0.65 0.38 0.18
HSL 335.56º 0.59% 0.55% -
HSV(B) 335.56º 0.65% 0.82% -
XYZ 32.29 19.73 22.53 -
YUV 119.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 208 73 128 0 0.65 0.38 0.18 335.56 0.59 0.55
Hex D0 49 80 0 41 26 12 150 3B 37
Octal 320 111 200 0 101 46 22 520 73 67
Binary 11010000 1001001 10000000 0 1000001 100110 10010 101010000 111011 110111

Color Harmonies of #D04980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04980

Black with #D04980

Text Example


Text Example

White with #D04980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04980; }

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

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

background-color css

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

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

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

border-color css

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

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

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