Html Css Color HEX #D58188 Charm

📋 copy color: '#D58188'

red 213 ◦ green 129 ◦ blue 136

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

Shades of Charm #D58188

Tints of Charm #D58188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 136 (53.52% from 255) = 28.45%

R = 44.56%
G = 26.99%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D58188 (or 0xD58188) is known color: Charm. HEX triplet: D5, 81 and 88. RGB value is (213,129,136). Sum of RGB (Red+Green+Blue) = 213+129+136=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58188 is #2A7E77. Grayscale: #9A9A9A. Windows color (decimal): -2784888 or 8946133. OLE color: 8946133.

HSL color Cylindrical-coordinate representation of color #D58188: hue angle of 355º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58188 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 136 -
CMYK 0 0.39 0.36 0.16
HSL 355º 0.5% 0.67% -
HSV(B) 355º 0.39% 0.84% -
XYZ 39.73 31.62 27.3 -
YUV 154.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 213 129 136 0 0.39 0.36 0.16 355 0.5 0.67
Hex D5 81 88 0 27 24 10 163 32 43
Octal 325 201 210 0 47 44 20 543 62 103
Binary 11010101 10000001 10001000 0 100111 100100 10000 101100011 110010 1000011

Color Harmonies of #D58188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58188

Black with #D58188

Text Example


Text Example

White with #D58188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58188; }

 p { color: rgb(213,129,136); }

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

background-color css

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

 a { background-color: rgb(213,129,136); }

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

border-color css

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

 span { border-color: rgb(213,129,136); }

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