Html Css Color HEX #D5487B Cranberry

📋 copy color: '#D5487B'

red 213 ◦ green 72 ◦ blue 123

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

Shades of Cranberry #D5487B

Tints of Cranberry #D5487B

RGB

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

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

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

R = 52.21%
G = 17.65%
B = 30.15%

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

#D5487B (or 0xD5487B) is known color: Cranberry. HEX triplet: D5, 48 and 7B. RGB value is (213,72,123). Sum of RGB (Red+Green+Blue) = 213+72+123=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5487B is #2AB784. Grayscale: #777777. Windows color (decimal): -2799493 or 8079573. OLE color: 8079573.

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

Color convert

RGB 213 72 123 -
CMYK 0 0.66 0.42 0.16
HSL 338.3º 0.63% 0.56% -
HSV(B) 338.3º 0.66% 0.84% -
XYZ 33.33 20.21 20.88 -
YUV 119.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 213 72 123 0 0.66 0.42 0.16 338.3 0.63 0.56
Hex D5 48 7B 0 42 2A 10 152 3F 38
Octal 325 110 173 0 102 52 20 522 77 70
Binary 11010101 1001000 1111011 0 1000010 101010 10000 101010010 111111 111000

Color Harmonies of #D5487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5487B

Black with #D5487B

Text Example


Text Example

White with #D5487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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