Html Css Color HEX #D84A70 Cranberry

📋 copy color: '#D84A70'

red 216 ◦ green 74 ◦ blue 112

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

Shades of Cranberry #D84A70

Tints of Cranberry #D84A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 53.73%
G = 18.41%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D84A70 (or 0xD84A70) is known color: Cranberry. HEX triplet: D8, 4A and 70. RGB value is (216,74,112). Sum of RGB (Red+Green+Blue) = 216+74+112=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A70 is #27B58F. Grayscale: #787878. Windows color (decimal): -2602384 or 7359192. OLE color: 7359192.

HSL color Cylindrical-coordinate representation of color #D84A70: hue angle of 343.94º 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 #D84A70 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 74 112 -
CMYK 0 0.66 0.48 0.15
HSL 343.94º 0.65% 0.57% -
HSV(B) 343.94º 0.66% 0.85% -
XYZ 33.69 20.67 17.54 -
YUV 120.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 216 74 112 0 0.66 0.48 0.15 343.94 0.65 0.57
Hex D8 4A 70 0 42 30 F 158 41 39
Octal 330 112 160 0 102 60 17 530 101 71
Binary 11011000 1001010 1110000 0 1000010 110000 1111 101011000 1000001 111001

Color Harmonies of #D84A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A70

Black with #D84A70

Text Example


Text Example

White with #D84A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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