Html Css Color HEX #D34776 Cranberry

📋 copy color: '#D34776'

red 211 ◦ green 71 ◦ blue 118

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

Shades of Cranberry #D34776

Tints of Cranberry #D34776

RGB

 RED value IS 211 (82.81% from 255) = 52.75%

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

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 52.75%
G = 17.75%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D34776 (or 0xD34776) is known color: Cranberry. HEX triplet: D3, 47 and 76. RGB value is (211,71,118). Sum of RGB (Red+Green+Blue) = 211+71+118=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D34776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34776 is #2CB889. Grayscale: #767676. Windows color (decimal): -2930826 or 7751635. OLE color: 7751635.

HSL color Cylindrical-coordinate representation of color #D34776: hue angle of 339.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34776 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 118 -
CMYK 0 0.66 0.44 0.17
HSL 339.86º 0.61% 0.55% -
HSV(B) 339.86º 0.66% 0.83% -
XYZ 32.39 19.66 19.23 -
YUV 118.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 211 71 118 0 0.66 0.44 0.17 339.86 0.61 0.55
Hex D3 47 76 0 42 2C 11 154 3D 37
Octal 323 107 166 0 102 54 21 524 75 67
Binary 11010011 1000111 1110110 0 1000010 101100 10001 101010100 111101 110111

Color Harmonies of #D34776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34776

Black with #D34776

Text Example


Text Example

White with #D34776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34776; }

 p { color: rgb(211,71,118); }

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

background-color css

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

 a { background-color: rgb(211,71,118); }

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

border-color css

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

 span { border-color: rgb(211,71,118); }

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