Html Css Color HEX #D8416E Cranberry

📋 copy color: '#D8416E'

red 216 ◦ green 65 ◦ blue 110

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

Shades of Cranberry #D8416E

Tints of Cranberry #D8416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 55.24%
G = 16.62%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8416E (or 0xD8416E) is known color: Cranberry. HEX triplet: D8, 41 and 6E. RGB value is (216,65,110). Sum of RGB (Red+Green+Blue) = 216+65+110=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8416E is #27BE91. Grayscale: #737373. Windows color (decimal): -2604690 or 7225816. OLE color: 7225816.

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

Color convert

RGB 216 65 110 -
CMYK 0 0.70 0.49 0.15
HSL 342.12º 0.66% 0.55% -
HSV(B) 342.12º 0.7% 0.85% -
XYZ 33.02 19.51 16.78 -
YUV 115.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 216 65 110 0 0.70 0.49 0.15 342.12 0.66 0.55
Hex D8 41 6E 0 46 31 F 156 42 37
Octal 330 101 156 0 106 61 17 526 102 67
Binary 11011000 1000001 1101110 0 1000110 110001 1111 101010110 1000010 110111

Color Harmonies of #D8416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8416E

Black with #D8416E

Text Example


Text Example

White with #D8416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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