Html Css Color HEX #D34871 Cranberry

📋 copy color: '#D34871'

red 211 ◦ green 72 ◦ blue 113

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

Shades of Cranberry #D34871

Tints of Cranberry #D34871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.18%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 53.28%
G = 18.18%
B = 28.54%

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

#D34871 (or 0xD34871) is known color: Cranberry. HEX triplet: D3, 48 and 71. RGB value is (211,72,113). Sum of RGB (Red+Green+Blue) = 211+72+113=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D34871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34871 is #2CB78E. Grayscale: #767676. Windows color (decimal): -2930575 or 7424211. OLE color: 7424211.

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

Color convert

RGB 211 72 113 -
CMYK 0 0.66 0.46 0.17
HSL 342.3º 0.61% 0.55% -
HSV(B) 342.3º 0.66% 0.83% -
XYZ 32.16 19.68 17.73 -
YUV 118.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 211 72 113 0 0.66 0.46 0.17 342.3 0.61 0.55
Hex D3 48 71 0 42 2E 11 156 3D 37
Octal 323 110 161 0 102 56 21 526 75 67
Binary 11010011 1001000 1110001 0 1000010 101110 10001 101010110 111101 110111

Color Harmonies of #D34871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34871

Black with #D34871

Text Example


Text Example

White with #D34871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34871; }

 p { color: rgb(211,72,113); }

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

background-color css

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

 a { background-color: rgb(211,72,113); }

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

border-color css

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

 span { border-color: rgb(211,72,113); }

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