Html Css Color HEX #D9617D Cranberry

📋 copy color: '#D9617D'

red 217 ◦ green 97 ◦ blue 125

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

Shades of Cranberry #D9617D

Tints of Cranberry #D9617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.1%

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 49.43%
G = 22.1%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9617D (or 0xD9617D) is known color: Cranberry. HEX triplet: D9, 61 and 7D. RGB value is (217,97,125). Sum of RGB (Red+Green+Blue) = 217+97+125=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9617D is #269E82. Grayscale: #888888. Windows color (decimal): -2530947 or 8217049. OLE color: 8217049.

HSL color Cylindrical-coordinate representation of color #D9617D: hue angle of 346º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9617D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 125 -
CMYK 0 0.55 0.42 0.15
HSL 346º 0.61% 0.62% -
HSV(B) 346º 0.55% 0.85% -
XYZ 36.59 24.78 22.26 -
YUV 136.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 217 97 125 0 0.55 0.42 0.15 346 0.61 0.62
Hex D9 61 7D 0 37 2A F 15A 3D 3E
Octal 331 141 175 0 67 52 17 532 75 76
Binary 11011001 1100001 1111101 0 110111 101010 1111 101011010 111101 111110

Color Harmonies of #D9617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9617D

Black with #D9617D

Text Example


Text Example

White with #D9617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9617D; }

 p { color: rgb(217,97,125); }

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

background-color css

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

 a { background-color: rgb(217,97,125); }

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

border-color css

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

 span { border-color: rgb(217,97,125); }

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