Html Css Color HEX #D34778 Cranberry

📋 copy color: '#D34778'

red 211 ◦ green 71 ◦ blue 120

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

Shades of Cranberry #D34778

Tints of Cranberry #D34778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 52.49%
G = 17.66%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D34778 (or 0xD34778) is known color: Cranberry. HEX triplet: D3, 47 and 78. RGB value is (211,71,120). Sum of RGB (Red+Green+Blue) = 211+71+120=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D34778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34778 is #2CB887. Grayscale: #767676. Windows color (decimal): -2930824 or 7882707. OLE color: 7882707.

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

Color convert

RGB 211 71 120 -
CMYK 0 0.66 0.43 0.17
HSL 339º 0.61% 0.55% -
HSV(B) 339º 0.66% 0.83% -
XYZ 32.51 19.71 19.86 -
YUV 118.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 211 71 120 0 0.66 0.43 0.17 339 0.61 0.55
Hex D3 47 78 0 42 2B 11 153 3D 37
Octal 323 107 170 0 102 53 21 523 75 67
Binary 11010011 1000111 1111000 0 1000010 101011 10001 101010011 111101 110111

Color Harmonies of #D34778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34778

Black with #D34778

Text Example


Text Example

White with #D34778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34778; }

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

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

background-color css

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

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

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

border-color css

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

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

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