Html Css Color HEX #D8507B Cranberry

📋 copy color: '#D8507B'

red 216 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #D8507B

Tints of Cranberry #D8507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 51.55%
G = 19.09%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8507B (or 0xD8507B) is known color: Cranberry. HEX triplet: D8, 50 and 7B. RGB value is (216,80,123). Sum of RGB (Red+Green+Blue) = 216+80+123=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8507B is #27AF84. Grayscale: #7D7D7D. Windows color (decimal): -2600837 or 8081624. OLE color: 8081624.

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

Color convert

RGB 216 80 123 -
CMYK 0 0.63 0.43 0.15
HSL 341.03º 0.64% 0.58% -
HSV(B) 341.03º 0.63% 0.85% -
XYZ 34.76 21.77 21.11 -
YUV 125.57 126.56 192.5 -
System Red Green Blue C M Y K H S L
Decimal 216 80 123 0 0.63 0.43 0.15 341.03 0.64 0.58
Hex D8 50 7B 0 3F 2B F 155 40 3A
Octal 330 120 173 0 77 53 17 525 100 72
Binary 11011000 1010000 1111011 0 111111 101011 1111 101010101 1000000 111010

Color Harmonies of #D8507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8507B

Black with #D8507B

Text Example


Text Example

White with #D8507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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