Html Css Color HEX #D58AB8 Shocking

📋 copy color: '#D58AB8'

red 213 ◦ green 138 ◦ blue 184

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

Shades of Shocking #D58AB8

Tints of Shocking #D58AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 39.81%
G = 25.79%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D58AB8 (or 0xD58AB8) is known color: Shocking. HEX triplet: D5, 8A and B8. RGB value is (213,138,184). Sum of RGB (Red+Green+Blue) = 213+138+184=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AB8 is #2A7547. Grayscale: #A5A5A5. Windows color (decimal): -2782536 or 12094165. OLE color: 12094165.

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

Color convert

RGB 213 138 184 -
CMYK 0 0.35 0.14 0.16
HSL 323.2º 0.47% 0.69% -
HSV(B) 323.2º 0.35% 0.84% -
XYZ 45.18 35.78 49.87 -
YUV 165.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 213 138 184 0 0.35 0.14 0.16 323.2 0.47 0.69
Hex D5 8A B8 0 23 E 10 143 2F 45
Octal 325 212 270 0 43 16 20 503 57 105
Binary 11010101 10001010 10111000 0 100011 1110 10000 101000011 101111 1000101

Color Harmonies of #D58AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AB8

Black with #D58AB8

Text Example


Text Example

White with #D58AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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