Html Css Color HEX #D34475 Cranberry

📋 copy color: '#D34475'

red 211 ◦ green 68 ◦ blue 117

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

Shades of Cranberry #D34475

Tints of Cranberry #D34475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 53.28%
G = 17.17%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D34475 (or 0xD34475) is known color: Cranberry. HEX triplet: D3, 44 and 75. RGB value is (211,68,117). Sum of RGB (Red+Green+Blue) = 211+68+117=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D34475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34475 is #2CBB8A. Grayscale: #747474. Windows color (decimal): -2931595 or 7685331. OLE color: 7685331.

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

Color convert

RGB 211 68 117 -
CMYK 0 0.68 0.45 0.17
HSL 339.44º 0.62% 0.55% -
HSV(B) 339.44º 0.68% 0.83% -
XYZ 32.14 19.27 18.85 -
YUV 116.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 211 68 117 0 0.68 0.45 0.17 339.44 0.62 0.55
Hex D3 44 75 0 44 2D 11 153 3E 37
Octal 323 104 165 0 104 55 21 523 76 67
Binary 11010011 1000100 1110101 0 1000100 101101 10001 101010011 111110 110111

Color Harmonies of #D34475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34475

Black with #D34475

Text Example


Text Example

White with #D34475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34475; }

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

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

background-color css

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

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

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

border-color css

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

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

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