Html Css Color HEX #D34780 Cranberry

📋 copy color: '#D34780'

red 211 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #D34780

Tints of Cranberry #D34780

RGB

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

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

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

R = 51.46%
G = 17.32%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D34780 (or 0xD34780) is known color: Cranberry. HEX triplet: D3, 47 and 80. RGB value is (211,71,128). Sum of RGB (Red+Green+Blue) = 211+71+128=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D34780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34780 is #2CB87F. Grayscale: #777777. Windows color (decimal): -2930816 or 8406995. OLE color: 8406995.

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

Color convert

RGB 211 71 128 -
CMYK 0 0.66 0.39 0.17
HSL 335.57º 0.61% 0.55% -
HSV(B) 335.57º 0.66% 0.83% -
XYZ 33.01 19.91 22.53 -
YUV 119.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 211 71 128 0 0.66 0.39 0.17 335.57 0.61 0.55
Hex D3 47 80 0 42 27 11 150 3D 37
Octal 323 107 200 0 102 47 21 520 75 67
Binary 11010011 1000111 10000000 0 1000010 100111 10001 101010000 111101 110111

Color Harmonies of #D34780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34780

Black with #D34780

Text Example


Text Example

White with #D34780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34780; }

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

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

background-color css

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

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

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

border-color css

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

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

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