Html Css Color HEX #D34874 Cranberry

📋 copy color: '#D34874'

red 211 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #D34874

Tints of Cranberry #D34874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

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

R = 52.88%
G = 18.05%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D34874 (or 0xD34874) is known color: Cranberry. HEX triplet: D3, 48 and 74. RGB value is (211,72,116). Sum of RGB (Red+Green+Blue) = 211+72+116=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D34874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34874 is #2CB78B. Grayscale: #767676. Windows color (decimal): -2930572 or 7620819. OLE color: 7620819.

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

Color convert

RGB 211 72 116 -
CMYK 0 0.66 0.45 0.17
HSL 341.01º 0.61% 0.55% -
HSV(B) 341.01º 0.66% 0.83% -
XYZ 32.33 19.74 18.63 -
YUV 118.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 211 72 116 0 0.66 0.45 0.17 341.01 0.61 0.55
Hex D3 48 74 0 42 2D 11 155 3D 37
Octal 323 110 164 0 102 55 21 525 75 67
Binary 11010011 1001000 1110100 0 1000010 101101 10001 101010101 111101 110111

Color Harmonies of #D34874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34874

Black with #D34874

Text Example


Text Example

White with #D34874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34874; }

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

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

background-color css

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

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

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

border-color css

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

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

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