Html Css Color HEX #D84271 Cranberry

📋 copy color: '#D84271'

red 216 ◦ green 66 ◦ blue 113

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

Shades of Cranberry #D84271

Tints of Cranberry #D84271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

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

R = 54.68%
G = 16.71%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D84271 (or 0xD84271) is known color: Cranberry. HEX triplet: D8, 42 and 71. RGB value is (216,66,113). Sum of RGB (Red+Green+Blue) = 216+66+113=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D84271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84271 is #27BD8E. Grayscale: #747474. Windows color (decimal): -2604431 or 7422680. OLE color: 7422680.

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

Color convert

RGB 216 66 113 -
CMYK 0 0.69 0.48 0.15
HSL 341.2º 0.66% 0.55% -
HSV(B) 341.2º 0.69% 0.85% -
XYZ 33.25 19.69 17.67 -
YUV 116.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 216 66 113 0 0.69 0.48 0.15 341.2 0.66 0.55
Hex D8 42 71 0 45 30 F 155 42 37
Octal 330 102 161 0 105 60 17 525 102 67
Binary 11011000 1000010 1110001 0 1000101 110000 1111 101010101 1000010 110111

Color Harmonies of #D84271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84271

Black with #D84271

Text Example


Text Example

White with #D84271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84271; }

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

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

background-color css

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

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

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

border-color css

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

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

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