Html Css Color HEX #D34E82 Cranberry

📋 copy color: '#D34E82'

red 211 ◦ green 78 ◦ blue 130

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

Shades of Cranberry #D34E82

Tints of Cranberry #D34E82

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.62%

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 50.36%
G = 18.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34E82 (or 0xD34E82) is known color: Cranberry. HEX triplet: D3, 4E and 82. RGB value is (211,78,130). Sum of RGB (Red+Green+Blue) = 211+78+130=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34E82 is #2CB17D. Grayscale: #7B7B7B. Windows color (decimal): -2929022 or 8539859. OLE color: 8539859.

HSL color Cylindrical-coordinate representation of color #D34E82: hue angle of 336.54º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34E82 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 78 130 -
CMYK 0 0.63 0.38 0.17
HSL 336.54º 0.6% 0.57% -
HSV(B) 336.54º 0.63% 0.83% -
XYZ 33.62 20.91 23.38 -
YUV 123.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 211 78 130 0 0.63 0.38 0.17 336.54 0.6 0.57
Hex D3 4E 82 0 3F 26 11 151 3C 39
Octal 323 116 202 0 77 46 21 521 74 71
Binary 11010011 1001110 10000010 0 111111 100110 10001 101010001 111100 111001

Color Harmonies of #D34E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E82

Black with #D34E82

Text Example


Text Example

White with #D34E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E82; }

 p { color: rgb(211,78,130); }

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

background-color css

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

 a { background-color: rgb(211,78,130); }

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

border-color css

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

 span { border-color: rgb(211,78,130); }

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