Html Css Color HEX #D34772 Cranberry

📋 copy color: '#D34772'

red 211 ◦ green 71 ◦ blue 114

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

Shades of Cranberry #D34772

Tints of Cranberry #D34772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 53.28%
G = 17.93%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D34772 (or 0xD34772) is known color: Cranberry. HEX triplet: D3, 47 and 72. RGB value is (211,71,114). Sum of RGB (Red+Green+Blue) = 211+71+114=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D34772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34772 is #2CB88D. Grayscale: #757575. Windows color (decimal): -2930830 or 7489491. OLE color: 7489491.

HSL color Cylindrical-coordinate representation of color #D34772: hue angle of 341.57º 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 #D34772 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 114 -
CMYK 0 0.66 0.46 0.17
HSL 341.57º 0.61% 0.55% -
HSV(B) 341.57º 0.66% 0.83% -
XYZ 32.15 19.57 18 -
YUV 117.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 211 71 114 0 0.66 0.46 0.17 341.57 0.61 0.55
Hex D3 47 72 0 42 2E 11 156 3D 37
Octal 323 107 162 0 102 56 21 526 75 67
Binary 11010011 1000111 1110010 0 1000010 101110 10001 101010110 111101 110111

Color Harmonies of #D34772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34772

Black with #D34772

Text Example


Text Example

White with #D34772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34772; }

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

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

background-color css

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

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

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

border-color css

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

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

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