Html Css Color HEX #D04780 Cranberry

📋 copy color: '#D04780'

red 208 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #D04780

Tints of Cranberry #D04780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

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

R = 51.11%
G = 17.44%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04780 (or 0xD04780) is known color: Cranberry. HEX triplet: D0, 47 and 80. RGB value is (208,71,128). Sum of RGB (Red+Green+Blue) = 208+71+128=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D04780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04780 is #2FB87F. Grayscale: #767676. Windows color (decimal): -3127424 or 8406992. OLE color: 8406992.

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

Color convert

RGB 208 71 128 -
CMYK 0 0.66 0.38 0.18
HSL 335.04º 0.59% 0.55% -
HSV(B) 335.04º 0.66% 0.82% -
XYZ 32.16 19.47 22.49 -
YUV 118.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 208 71 128 0 0.66 0.38 0.18 335.04 0.59 0.55
Hex D0 47 80 0 42 26 12 14F 3B 37
Octal 320 107 200 0 102 46 22 517 73 67
Binary 11010000 1000111 10000000 0 1000010 100110 10010 101001111 111011 110111

Color Harmonies of #D04780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04780

Black with #D04780

Text Example


Text Example

White with #D04780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04780; }

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

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

background-color css

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

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

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

border-color css

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

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

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