Html Css Color HEX #D84771 Cranberry

📋 copy color: '#D84771'

red 216 ◦ green 71 ◦ blue 113

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

Shades of Cranberry #D84771

Tints of Cranberry #D84771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.75%

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 54%
G = 17.75%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D84771 (or 0xD84771) is known color: Cranberry. HEX triplet: D8, 47 and 71. RGB value is (216,71,113). Sum of RGB (Red+Green+Blue) = 216+71+113=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84771 is #27B88E. Grayscale: #777777. Windows color (decimal): -2603151 or 7423960. OLE color: 7423960.

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

Color convert

RGB 216 71 113 -
CMYK 0 0.67 0.48 0.15
HSL 342.62º 0.65% 0.56% -
HSV(B) 342.62º 0.67% 0.85% -
XYZ 33.55 20.3 17.77 -
YUV 119.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 216 71 113 0 0.67 0.48 0.15 342.62 0.65 0.56
Hex D8 47 71 0 43 30 F 157 41 38
Octal 330 107 161 0 103 60 17 527 101 70
Binary 11011000 1000111 1110001 0 1000011 110000 1111 101010111 1000001 111000

Color Harmonies of #D84771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84771

Black with #D84771

Text Example


Text Example

White with #D84771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84771; }

 p { color: rgb(216,71,113); }

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

background-color css

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

 a { background-color: rgb(216,71,113); }

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

border-color css

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

 span { border-color: rgb(216,71,113); }

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