Html Css Color HEX #D34E74 Cranberry

📋 copy color: '#D34E74'

red 211 ◦ green 78 ◦ blue 116

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

Shades of Cranberry #D34E74

Tints of Cranberry #D34E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 52.1%
G = 19.26%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D34E74 (or 0xD34E74) is known color: Cranberry. HEX triplet: D3, 4E and 74. RGB value is (211,78,116). Sum of RGB (Red+Green+Blue) = 211+78+116=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E74 is #2CB18B. Grayscale: #7A7A7A. Windows color (decimal): -2929036 or 7622355. OLE color: 7622355.

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

Color convert

RGB 211 78 116 -
CMYK 0 0.63 0.45 0.17
HSL 342.86º 0.6% 0.57% -
HSV(B) 342.86º 0.63% 0.83% -
XYZ 32.74 20.56 18.77 -
YUV 122.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 211 78 116 0 0.63 0.45 0.17 342.86 0.6 0.57
Hex D3 4E 74 0 3F 2D 11 157 3C 39
Octal 323 116 164 0 77 55 21 527 74 71
Binary 11010011 1001110 1110100 0 111111 101101 10001 101010111 111100 111001

Color Harmonies of #D34E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E74

Black with #D34E74

Text Example


Text Example

White with #D34E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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