Html Css Color HEX #D5487A Cranberry

📋 copy color: '#D5487A'

red 213 ◦ green 72 ◦ blue 122

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

Shades of Cranberry #D5487A

Tints of Cranberry #D5487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 52.33%
G = 17.69%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5487A (or 0xD5487A) is known color: Cranberry. HEX triplet: D5, 48 and 7A. RGB value is (213,72,122). Sum of RGB (Red+Green+Blue) = 213+72+122=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5487A is #2AB785. Grayscale: #777777. Windows color (decimal): -2799494 or 8014037. OLE color: 8014037.

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

Color convert

RGB 213 72 122 -
CMYK 0 0.66 0.43 0.16
HSL 338.72º 0.63% 0.56% -
HSV(B) 338.72º 0.66% 0.84% -
XYZ 33.27 20.19 20.56 -
YUV 119.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 213 72 122 0 0.66 0.43 0.16 338.72 0.63 0.56
Hex D5 48 7A 0 42 2B 10 153 3F 38
Octal 325 110 172 0 102 53 20 523 77 70
Binary 11010101 1001000 1111010 0 1000010 101011 10000 101010011 111111 111000

Color Harmonies of #D5487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5487A

Black with #D5487A

Text Example


Text Example

White with #D5487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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