Html Css Color HEX #D5487C Cranberry

📋 copy color: '#D5487C'

red 213 ◦ green 72 ◦ blue 124

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

Shades of Cranberry #D5487C

Tints of Cranberry #D5487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 52.08%
G = 17.6%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5487C (or 0xD5487C) is known color: Cranberry. HEX triplet: D5, 48 and 7C. RGB value is (213,72,124). Sum of RGB (Red+Green+Blue) = 213+72+124=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5487C is #2AB783. Grayscale: #787878. Windows color (decimal): -2799492 or 8145109. OLE color: 8145109.

HSL color Cylindrical-coordinate representation of color #D5487C: hue angle of 337.87º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5487C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 124 -
CMYK 0 0.66 0.42 0.16
HSL 337.87º 0.63% 0.56% -
HSV(B) 337.87º 0.66% 0.84% -
XYZ 33.4 20.24 21.21 -
YUV 120.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 213 72 124 0 0.66 0.42 0.16 337.87 0.63 0.56
Hex D5 48 7C 0 42 2A 10 152 3F 38
Octal 325 110 174 0 102 52 20 522 77 70
Binary 11010101 1001000 1111100 0 1000010 101010 10000 101010010 111111 111000

Color Harmonies of #D5487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5487C

Black with #D5487C

Text Example


Text Example

White with #D5487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5487C; }

 p { color: rgb(213,72,124); }

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

background-color css

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

 a { background-color: rgb(213,72,124); }

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

border-color css

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

 span { border-color: rgb(213,72,124); }

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