Html Css Color HEX #D8617D Cranberry

📋 copy color: '#D8617D'

red 216 ◦ green 97 ◦ blue 125

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

Shades of Cranberry #D8617D

Tints of Cranberry #D8617D

RGB

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

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

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

R = 49.32%
G = 22.15%
B = 28.54%

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

#D8617D (or 0xD8617D) is known color: Cranberry. HEX triplet: D8, 61 and 7D. RGB value is (216,97,125). Sum of RGB (Red+Green+Blue) = 216+97+125=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8617D is #279E82. Grayscale: #878787. Windows color (decimal): -2596483 or 8217048. OLE color: 8217048.

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

Color convert

RGB 216 97 125 -
CMYK 0 0.55 0.42 0.15
HSL 345.88º 0.6% 0.61% -
HSV(B) 345.88º 0.55% 0.85% -
XYZ 36.3 24.63 22.24 -
YUV 135.77 121.92 185.22 -
System Red Green Blue C M Y K H S L
Decimal 216 97 125 0 0.55 0.42 0.15 345.88 0.6 0.61
Hex D8 61 7D 0 37 2A F 15A 3C 3D
Octal 330 141 175 0 67 52 17 532 74 75
Binary 11011000 1100001 1111101 0 110111 101010 1111 101011010 111100 111101

Color Harmonies of #D8617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8617D

Black with #D8617D

Text Example


Text Example

White with #D8617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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