Html Css Color HEX #D9416E Cranberry

📋 copy color: '#D9416E'

red 217 ◦ green 65 ◦ blue 110

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

Shades of Cranberry #D9416E

Tints of Cranberry #D9416E

RGB

 RED value IS 217 (85.16% from 255) = 55.36%

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

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

R = 55.36%
G = 16.58%
B = 28.06%

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

#D9416E (or 0xD9416E) is known color: Cranberry. HEX triplet: D9, 41 and 6E. RGB value is (217,65,110). Sum of RGB (Red+Green+Blue) = 217+65+110=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9416E is #26BE91. Grayscale: #737373. Windows color (decimal): -2539154 or 7225817. OLE color: 7225817.

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

Color convert

RGB 217 65 110 -
CMYK 0 0.70 0.49 0.15
HSL 342.24º 0.67% 0.55% -
HSV(B) 342.24º 0.7% 0.85% -
XYZ 33.32 19.66 16.79 -
YUV 115.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 217 65 110 0 0.70 0.49 0.15 342.24 0.67 0.55
Hex D9 41 6E 0 46 31 F 156 43 37
Octal 331 101 156 0 106 61 17 526 103 67
Binary 11011001 1000001 1101110 0 1000110 110001 1111 101010110 1000011 110111

Color Harmonies of #D9416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9416E

Black with #D9416E

Text Example


Text Example

White with #D9416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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