Html Css Color HEX #D34F86 Cranberry

📋 copy color: '#D34F86'

red 211 ◦ green 79 ◦ blue 134

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

Shades of Cranberry #D34F86

Tints of Cranberry #D34F86

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.63%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 49.76%
G = 18.63%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D34F86 (or 0xD34F86) is known color: Cranberry. HEX triplet: D3, 4F and 86. RGB value is (211,79,134). Sum of RGB (Red+Green+Blue) = 211+79+134=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34F86 is #2CB079. Grayscale: #7C7C7C. Windows color (decimal): -2928762 or 8802259. OLE color: 8802259.

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

Color convert

RGB 211 79 134 -
CMYK 0 0.63 0.36 0.17
HSL 335º 0.6% 0.57% -
HSV(B) 335º 0.63% 0.83% -
XYZ 33.96 21.16 24.85 -
YUV 124.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 211 79 134 0 0.63 0.36 0.17 335 0.6 0.57
Hex D3 4F 86 0 3F 24 11 14F 3C 39
Octal 323 117 206 0 77 44 21 517 74 71
Binary 11010011 1001111 10000110 0 111111 100100 10001 101001111 111100 111001

Color Harmonies of #D34F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F86

Black with #D34F86

Text Example


Text Example

White with #D34F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F86; }

 p { color: rgb(211,79,134); }

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

background-color css

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

 a { background-color: rgb(211,79,134); }

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

border-color css

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

 span { border-color: rgb(211,79,134); }

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