Html Css Color HEX #D5588A Cranberry

📋 copy color: '#D5588A'

red 213 ◦ green 88 ◦ blue 138

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

Shades of Cranberry #D5588A

Tints of Cranberry #D5588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 48.52%
G = 20.05%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5588A (or 0xD5588A) is known color: Cranberry. HEX triplet: D5, 58 and 8A. RGB value is (213,88,138). Sum of RGB (Red+Green+Blue) = 213+88+138=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5588A is #2AA775. Grayscale: #838383. Windows color (decimal): -2795382 or 9066709. OLE color: 9066709.

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

Color convert

RGB 213 88 138 -
CMYK 0 0.59 0.35 0.16
HSL 336º 0.6% 0.59% -
HSV(B) 336º 0.59% 0.84% -
XYZ 35.52 22.96 26.6 -
YUV 131.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 213 88 138 0 0.59 0.35 0.16 336 0.6 0.59
Hex D5 58 8A 0 3B 23 10 150 3C 3B
Octal 325 130 212 0 73 43 20 520 74 73
Binary 11010101 1011000 10001010 0 111011 100011 10000 101010000 111100 111011

Color Harmonies of #D5588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5588A

Black with #D5588A

Text Example


Text Example

White with #D5588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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