Html Css Color HEX #D84374 Cranberry

📋 copy color: '#D84374'

red 216 ◦ green 67 ◦ blue 116

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

Shades of Cranberry #D84374

Tints of Cranberry #D84374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

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

R = 54.14%
G = 16.79%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84374 (or 0xD84374) is known color: Cranberry. HEX triplet: D8, 43 and 74. RGB value is (216,67,116). Sum of RGB (Red+Green+Blue) = 216+67+116=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84374 is #27BC8B. Grayscale: #757575. Windows color (decimal): -2604172 or 7619544. OLE color: 7619544.

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

Color convert

RGB 216 67 116 -
CMYK 0 0.69 0.46 0.15
HSL 340.27º 0.66% 0.55% -
HSV(B) 340.27º 0.69% 0.85% -
XYZ 33.48 19.87 18.59 -
YUV 117.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 216 67 116 0 0.69 0.46 0.15 340.27 0.66 0.55
Hex D8 43 74 0 45 2E F 154 42 37
Octal 330 103 164 0 105 56 17 524 102 67
Binary 11011000 1000011 1110100 0 1000101 101110 1111 101010100 1000010 110111

Color Harmonies of #D84374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84374

Black with #D84374

Text Example


Text Example

White with #D84374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84374; }

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

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

background-color css

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

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

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

border-color css

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

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

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