Html Css Color HEX #D34975 Cranberry

📋 copy color: '#D34975'

red 211 ◦ green 73 ◦ blue 117

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

Shades of Cranberry #D34975

Tints of Cranberry #D34975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 52.62%
G = 18.2%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D34975 (or 0xD34975) is known color: Cranberry. HEX triplet: D3, 49 and 75. RGB value is (211,73,117). Sum of RGB (Red+Green+Blue) = 211+73+117=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D34975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34975 is #2CB68A. Grayscale: #777777. Windows color (decimal): -2930315 or 7686611. OLE color: 7686611.

HSL color Cylindrical-coordinate representation of color #D34975: hue angle of 340.87º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34975 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 117 -
CMYK 0 0.65 0.45 0.17
HSL 340.87º 0.61% 0.56% -
HSV(B) 340.87º 0.65% 0.83% -
XYZ 32.46 19.9 18.96 -
YUV 119.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 211 73 117 0 0.65 0.45 0.17 340.87 0.61 0.56
Hex D3 49 75 0 41 2D 11 155 3D 38
Octal 323 111 165 0 101 55 21 525 75 70
Binary 11010011 1001001 1110101 0 1000001 101101 10001 101010101 111101 111000

Color Harmonies of #D34975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34975

Black with #D34975

Text Example


Text Example

White with #D34975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34975; }

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

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

background-color css

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

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

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

border-color css

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

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

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