Html Css Color HEX #D84174 Cranberry

📋 copy color: '#D84174'

red 216 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #D84174

Tints of Cranberry #D84174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 54.41%
G = 16.37%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84174 (or 0xD84174) is known color: Cranberry. HEX triplet: D8, 41 and 74. RGB value is (216,65,116). Sum of RGB (Red+Green+Blue) = 216+65+116=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D84174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84174 is #27BE8B. Grayscale: #737373. Windows color (decimal): -2604684 or 7619032. OLE color: 7619032.

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

Color convert

RGB 216 65 116 -
CMYK 0 0.70 0.46 0.15
HSL 339.74º 0.66% 0.55% -
HSV(B) 339.74º 0.7% 0.85% -
XYZ 33.36 19.64 18.56 -
YUV 115.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 216 65 116 0 0.70 0.46 0.15 339.74 0.66 0.55
Hex D8 41 74 0 46 2E F 154 42 37
Octal 330 101 164 0 106 56 17 524 102 67
Binary 11011000 1000001 1110100 0 1000110 101110 1111 101010100 1000010 110111

Color Harmonies of #D84174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84174

Black with #D84174

Text Example


Text Example

White with #D84174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84174; }

 p { color: rgb(216,65,116); }

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

background-color css

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

 a { background-color: rgb(216,65,116); }

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

border-color css

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

 span { border-color: rgb(216,65,116); }

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