Html Css Color HEX #D5587F Cranberry

📋 copy color: '#D5587F'

red 213 ◦ green 88 ◦ blue 127

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

Shades of Cranberry #D5587F

Tints of Cranberry #D5587F

RGB

 RED value IS 213 (83.59% from 255) = 49.77%

 GREEN value IS 88 (34.77% from 255) = 20.56%

 BLUE value IS 127 (50% from 255) = 29.67%

R = 49.77%
G = 20.56%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5587F (or 0xD5587F) is known color: Cranberry. HEX triplet: D5, 58 and 7F. RGB value is (213,88,127). Sum of RGB (Red+Green+Blue) = 213+88+127=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5587F is #2AA780. Grayscale: #818181. Windows color (decimal): -2795393 or 8345813. OLE color: 8345813.

HSL color Cylindrical-coordinate representation of color #D5587F: hue angle of 341.28º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5587F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 127 -
CMYK 0 0.59 0.40 0.16
HSL 341.28º 0.6% 0.59% -
HSV(B) 341.28º 0.59% 0.84% -
XYZ 34.76 22.66 22.62 -
YUV 129.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 213 88 127 0 0.59 0.40 0.16 341.28 0.6 0.59
Hex D5 58 7F 0 3B 28 10 155 3C 3B
Octal 325 130 177 0 73 50 20 525 74 73
Binary 11010101 1011000 1111111 0 111011 101000 10000 101010101 111100 111011

Color Harmonies of #D5587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5587F

Black with #D5587F

Text Example


Text Example

White with #D5587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5587F; }

 p { color: rgb(213,88,127); }

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

background-color css

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

 a { background-color: rgb(213,88,127); }

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

border-color css

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

 span { border-color: rgb(213,88,127); }

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