Html Css Color HEX #D589BA Shocking

📋 copy color: '#D589BA'

red 213 ◦ green 137 ◦ blue 186

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

Shades of Shocking #D589BA

Tints of Shocking #D589BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.56%

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 39.74%
G = 25.56%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D589BA (or 0xD589BA) is known color: Shocking. HEX triplet: D5, 89 and BA. RGB value is (213,137,186). Sum of RGB (Red+Green+Blue) = 213+137+186=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D589BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589BA is #2A7645. Grayscale: #A5A5A5. Windows color (decimal): -2782790 or 12224981. OLE color: 12224981.

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

Color convert

RGB 213 137 186 -
CMYK 0 0.36 0.13 0.16
HSL 321.32º 0.48% 0.69% -
HSV(B) 321.32º 0.36% 0.84% -
XYZ 45.25 35.58 50.94 -
YUV 165.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 213 137 186 0 0.36 0.13 0.16 321.32 0.48 0.69
Hex D5 89 BA 0 24 D 10 141 30 45
Octal 325 211 272 0 44 15 20 501 60 105
Binary 11010101 10001001 10111010 0 100100 1101 10000 101000001 110000 1000101

Color Harmonies of #D589BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589BA

Black with #D589BA

Text Example


Text Example

White with #D589BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589BA; }

 p { color: rgb(213,137,186); }

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

background-color css

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

 a { background-color: rgb(213,137,186); }

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

border-color css

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

 span { border-color: rgb(213,137,186); }

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