Html Css Color HEX #D84A6F Cranberry

📋 copy color: '#D84A6F'

red 216 ◦ green 74 ◦ blue 111

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

Shades of Cranberry #D84A6F

Tints of Cranberry #D84A6F

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 53.87%
G = 18.45%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D84A6F (or 0xD84A6F) is known color: Cranberry. HEX triplet: D8, 4A and 6F. RGB value is (216,74,111). Sum of RGB (Red+Green+Blue) = 216+74+111=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A6F is #27B590. Grayscale: #787878. Windows color (decimal): -2602385 or 7293656. OLE color: 7293656.

HSL color Cylindrical-coordinate representation of color #D84A6F: hue angle of 344.37º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A6F is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 74 111 -
CMYK 0 0.66 0.49 0.15
HSL 344.37º 0.65% 0.57% -
HSV(B) 344.37º 0.66% 0.85% -
XYZ 33.64 20.64 17.25 -
YUV 120.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 216 74 111 0 0.66 0.49 0.15 344.37 0.65 0.57
Hex D8 4A 6F 0 42 31 F 158 41 39
Octal 330 112 157 0 102 61 17 530 101 71
Binary 11011000 1001010 1101111 0 1000010 110001 1111 101011000 1000001 111001

Color Harmonies of #D84A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A6F

Black with #D84A6F

Text Example


Text Example

White with #D84A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A6F; }

 p { color: rgb(216,74,111); }

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

background-color css

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

 a { background-color: rgb(216,74,111); }

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

border-color css

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

 span { border-color: rgb(216,74,111); }

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