Html Css Color HEX #D84474 Cranberry

📋 copy color: '#D84474'

red 216 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #D84474

Tints of Cranberry #D84474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 54%
G = 17%
B = 29%

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

#D84474 (or 0xD84474) is known color: Cranberry. HEX triplet: D8, 44 and 74. RGB value is (216,68,116). Sum of RGB (Red+Green+Blue) = 216+68+116=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D84474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84474 is #27BB8B. Grayscale: #757575. Windows color (decimal): -2603916 or 7619800. OLE color: 7619800.

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

Color convert

RGB 216 68 116 -
CMYK 0 0.69 0.46 0.15
HSL 340.54º 0.65% 0.56% -
HSV(B) 340.54º 0.69% 0.85% -
XYZ 33.54 19.99 18.61 -
YUV 117.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 216 68 116 0 0.69 0.46 0.15 340.54 0.65 0.56
Hex D8 44 74 0 45 2E F 155 41 38
Octal 330 104 164 0 105 56 17 525 101 70
Binary 11011000 1000100 1110100 0 1000101 101110 1111 101010101 1000001 111000

Color Harmonies of #D84474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84474

Black with #D84474

Text Example


Text Example

White with #D84474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84474; }

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

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

background-color css

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

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

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

border-color css

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

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

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