Html Css Color HEX #D8507D Cranberry

📋 copy color: '#D8507D'

red 216 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #D8507D

Tints of Cranberry #D8507D

RGB

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

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

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

R = 51.31%
G = 19%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8507D (or 0xD8507D) is known color: Cranberry. HEX triplet: D8, 50 and 7D. RGB value is (216,80,125). Sum of RGB (Red+Green+Blue) = 216+80+125=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8507D is #27AF82. Grayscale: #7D7D7D. Windows color (decimal): -2600835 or 8212696. OLE color: 8212696.

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

Color convert

RGB 216 80 125 -
CMYK 0 0.63 0.42 0.15
HSL 340.15º 0.64% 0.58% -
HSV(B) 340.15º 0.63% 0.85% -
XYZ 34.89 21.82 21.77 -
YUV 125.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 216 80 125 0 0.63 0.42 0.15 340.15 0.64 0.58
Hex D8 50 7D 0 3F 2A F 154 40 3A
Octal 330 120 175 0 77 52 17 524 100 72
Binary 11011000 1010000 1111101 0 111111 101010 1111 101010100 1000000 111010

Color Harmonies of #D8507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8507D

Black with #D8507D

Text Example


Text Example

White with #D8507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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