Html Css Color HEX #D34F84 Cranberry

📋 copy color: '#D34F84'

red 211 ◦ green 79 ◦ blue 132

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

Shades of Cranberry #D34F84

Tints of Cranberry #D34F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 50%
G = 18.72%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D34F84 (or 0xD34F84) is known color: Cranberry. HEX triplet: D3, 4F and 84. RGB value is (211,79,132). Sum of RGB (Red+Green+Blue) = 211+79+132=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34F84 is #2CB07B. Grayscale: #7C7C7C. Windows color (decimal): -2928764 or 8671187. OLE color: 8671187.

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

Color convert

RGB 211 79 132 -
CMYK 0 0.63 0.37 0.17
HSL 335.91º 0.6% 0.57% -
HSV(B) 335.91º 0.63% 0.83% -
XYZ 33.82 21.11 24.12 -
YUV 124.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 211 79 132 0 0.63 0.37 0.17 335.91 0.6 0.57
Hex D3 4F 84 0 3F 25 11 150 3C 39
Octal 323 117 204 0 77 45 21 520 74 71
Binary 11010011 1001111 10000100 0 111111 100101 10001 101010000 111100 111001

Color Harmonies of #D34F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F84

Black with #D34F84

Text Example


Text Example

White with #D34F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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