Html Css Color HEX #D84674 Cranberry

📋 copy color: '#D84674'

red 216 ◦ green 70 ◦ blue 116

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

Shades of Cranberry #D84674

Tints of Cranberry #D84674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

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

R = 53.73%
G = 17.41%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84674 (or 0xD84674) is known color: Cranberry. HEX triplet: D8, 46 and 74. RGB value is (216,70,116). Sum of RGB (Red+Green+Blue) = 216+70+116=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D84674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84674 is #27B98B. Grayscale: #767676. Windows color (decimal): -2603404 or 7620312. OLE color: 7620312.

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

Color convert

RGB 216 70 116 -
CMYK 0 0.68 0.46 0.15
HSL 341.1º 0.65% 0.56% -
HSV(B) 341.1º 0.68% 0.85% -
XYZ 33.66 20.24 18.66 -
YUV 118.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 216 70 116 0 0.68 0.46 0.15 341.1 0.65 0.56
Hex D8 46 74 0 44 2E F 155 41 38
Octal 330 106 164 0 104 56 17 525 101 70
Binary 11011000 1000110 1110100 0 1000100 101110 1111 101010101 1000001 111000

Color Harmonies of #D84674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84674

Black with #D84674

Text Example


Text Example

White with #D84674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84674; }

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

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

background-color css

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

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

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

border-color css

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

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

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