Html Css Color HEX #D04C80 Cranberry

📋 copy color: '#D04C80'

red 208 ◦ green 76 ◦ blue 128

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

Shades of Cranberry #D04C80

Tints of Cranberry #D04C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.45%

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

R = 50.49%
G = 18.45%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04C80 (or 0xD04C80) is known color: Cranberry. HEX triplet: D0, 4C and 80. RGB value is (208,76,128). Sum of RGB (Red+Green+Blue) = 208+76+128=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C80 is #2FB37F. Grayscale: #797979. Windows color (decimal): -3126144 or 8408272. OLE color: 8408272.

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

Color convert

RGB 208 76 128 -
CMYK 0 0.63 0.38 0.18
HSL 336.36º 0.58% 0.56% -
HSV(B) 336.36º 0.63% 0.82% -
XYZ 32.49 20.14 22.6 -
YUV 121.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 208 76 128 0 0.63 0.38 0.18 336.36 0.58 0.56
Hex D0 4C 80 0 3F 26 12 150 3A 38
Octal 320 114 200 0 77 46 22 520 72 70
Binary 11010000 1001100 10000000 0 111111 100110 10010 101010000 111010 111000

Color Harmonies of #D04C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C80

Black with #D04C80

Text Example


Text Example

White with #D04C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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