Html Css Color HEX #D34E79 Cranberry

📋 copy color: '#D34E79'

red 211 ◦ green 78 ◦ blue 121

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

Shades of Cranberry #D34E79

Tints of Cranberry #D34E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 51.46%
G = 19.02%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D34E79 (or 0xD34E79) is known color: Cranberry. HEX triplet: D3, 4E and 79. RGB value is (211,78,121). Sum of RGB (Red+Green+Blue) = 211+78+121=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E79 is #2CB186. Grayscale: #7A7A7A. Windows color (decimal): -2929031 or 7950035. OLE color: 7950035.

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

Color convert

RGB 211 78 121 -
CMYK 0 0.63 0.43 0.17
HSL 340.6º 0.6% 0.57% -
HSV(B) 340.6º 0.63% 0.83% -
XYZ 33.04 20.68 20.34 -
YUV 122.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 211 78 121 0 0.63 0.43 0.17 340.6 0.6 0.57
Hex D3 4E 79 0 3F 2B 11 155 3C 39
Octal 323 116 171 0 77 53 21 525 74 71
Binary 11010011 1001110 1111001 0 111111 101011 10001 101010101 111100 111001

Color Harmonies of #D34E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E79

Black with #D34E79

Text Example


Text Example

White with #D34E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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