Html Css Color HEX #D8617A Cranberry

📋 copy color: '#D8617A'

red 216 ◦ green 97 ◦ blue 122

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

Shades of Cranberry #D8617A

Tints of Cranberry #D8617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 49.66%
G = 22.3%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8617A (or 0xD8617A) is known color: Cranberry. HEX triplet: D8, 61 and 7A. RGB value is (216,97,122). Sum of RGB (Red+Green+Blue) = 216+97+122=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8617A is #279E85. Grayscale: #878787. Windows color (decimal): -2596486 or 8020440. OLE color: 8020440.

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

Color convert

RGB 216 97 122 -
CMYK 0 0.55 0.44 0.15
HSL 347.4º 0.6% 0.61% -
HSV(B) 347.4º 0.55% 0.85% -
XYZ 36.11 24.55 21.25 -
YUV 135.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 216 97 122 0 0.55 0.44 0.15 347.4 0.6 0.61
Hex D8 61 7A 0 37 2C F 15B 3C 3D
Octal 330 141 172 0 67 54 17 533 74 75
Binary 11011000 1100001 1111010 0 110111 101100 1111 101011011 111100 111101

Color Harmonies of #D8617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8617A

Black with #D8617A

Text Example


Text Example

White with #D8617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8617A; }

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

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

background-color css

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

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

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

border-color css

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

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

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