Html Css Color HEX #D58A99 Can Can

📋 copy color: '#D58A99'

red 213 ◦ green 138 ◦ blue 153

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

Shades of Can Can #D58A99

Tints of Can Can #D58A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 42.26%
G = 27.38%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D58A99 (or 0xD58A99) is known color: Can Can. HEX triplet: D5, 8A and 99. RGB value is (213,138,153). Sum of RGB (Red+Green+Blue) = 213+138+153=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A99 is #2A7566. Grayscale: #A2A2A2. Windows color (decimal): -2782567 or 10062549. OLE color: 10062549.

HSL color Cylindrical-coordinate representation of color #D58A99: hue angle of 348º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58A99 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 138 153 -
CMYK 0 0.35 0.28 0.16
HSL 348º 0.47% 0.69% -
HSV(B) 348º 0.35% 0.84% -
XYZ 42.28 34.62 34.59 -
YUV 162.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 213 138 153 0 0.35 0.28 0.16 348 0.47 0.69
Hex D5 8A 99 0 23 1C 10 15C 2F 45
Octal 325 212 231 0 43 34 20 534 57 105
Binary 11010101 10001010 10011001 0 100011 11100 10000 101011100 101111 1000101

Color Harmonies of #D58A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A99

Black with #D58A99

Text Example


Text Example

White with #D58A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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