Html Css Color HEX #D84274 Cranberry

📋 copy color: '#D84274'

red 216 ◦ green 66 ◦ blue 116

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

Shades of Cranberry #D84274

Tints of Cranberry #D84274

RGB

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

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

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

R = 54.27%
G = 16.58%
B = 29.15%

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

#D84274 (or 0xD84274) is known color: Cranberry. HEX triplet: D8, 42 and 74. RGB value is (216,66,116). Sum of RGB (Red+Green+Blue) = 216+66+116=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D84274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84274 is #27BD8B. Grayscale: #747474. Windows color (decimal): -2604428 or 7619288. OLE color: 7619288.

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

Color convert

RGB 216 66 116 -
CMYK 0 0.69 0.46 0.15
HSL 340º 0.66% 0.55% -
HSV(B) 340º 0.69% 0.85% -
XYZ 33.42 19.76 18.57 -
YUV 116.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 216 66 116 0 0.69 0.46 0.15 340 0.66 0.55
Hex D8 42 74 0 45 2E F 154 42 37
Octal 330 102 164 0 105 56 17 524 102 67
Binary 11011000 1000010 1110100 0 1000101 101110 1111 101010100 1000010 110111

Color Harmonies of #D84274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84274

Black with #D84274

Text Example


Text Example

White with #D84274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84274; }

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

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

background-color css

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

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

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

border-color css

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

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

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