Html Css Color HEX #D8507A Cranberry

📋 copy color: '#D8507A'

red 216 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #D8507A

Tints of Cranberry #D8507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 51.67%
G = 19.14%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8507A (or 0xD8507A) is known color: Cranberry. HEX triplet: D8, 50 and 7A. RGB value is (216,80,122). Sum of RGB (Red+Green+Blue) = 216+80+122=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8507A is #27AF85. Grayscale: #7D7D7D. Windows color (decimal): -2600838 or 8016088. OLE color: 8016088.

HSL color Cylindrical-coordinate representation of color #D8507A: hue angle of 341.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8507A is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 122 -
CMYK 0 0.63 0.44 0.15
HSL 341.47º 0.64% 0.58% -
HSV(B) 341.47º 0.63% 0.85% -
XYZ 34.7 21.74 20.78 -
YUV 125.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 216 80 122 0 0.63 0.44 0.15 341.47 0.64 0.58
Hex D8 50 7A 0 3F 2C F 155 40 3A
Octal 330 120 172 0 77 54 17 525 100 72
Binary 11011000 1010000 1111010 0 111111 101100 1111 101010101 1000000 111010

Color Harmonies of #D8507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8507A

Black with #D8507A

Text Example


Text Example

White with #D8507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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