Html Css Color HEX #D34E75 Cranberry

📋 copy color: '#D34E75'

red 211 ◦ green 78 ◦ blue 117

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

Shades of Cranberry #D34E75

Tints of Cranberry #D34E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 51.97%
G = 19.21%
B = 28.82%

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

#D34E75 (or 0xD34E75) is known color: Cranberry. HEX triplet: D3, 4E and 75. RGB value is (211,78,117). Sum of RGB (Red+Green+Blue) = 211+78+117=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E75 is #2CB18A. Grayscale: #7A7A7A. Windows color (decimal): -2929035 or 7687891. OLE color: 7687891.

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

Color convert

RGB 211 78 117 -
CMYK 0 0.63 0.45 0.17
HSL 342.41º 0.6% 0.57% -
HSV(B) 342.41º 0.63% 0.83% -
XYZ 32.8 20.58 19.07 -
YUV 122.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 211 78 117 0 0.63 0.45 0.17 342.41 0.6 0.57
Hex D3 4E 75 0 3F 2D 11 156 3C 39
Octal 323 116 165 0 77 55 21 526 74 71
Binary 11010011 1001110 1110101 0 111111 101101 10001 101010110 111100 111001

Color Harmonies of #D34E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E75

Black with #D34E75

Text Example


Text Example

White with #D34E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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