Html Css Color HEX #D589C2 Shocking

📋 copy color: '#D589C2'

red 213 ◦ green 137 ◦ blue 194

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

Shades of Shocking #D589C2

Tints of Shocking #D589C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 39.15%
G = 25.18%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D589C2 (or 0xD589C2) is known color: Shocking. HEX triplet: D5, 89 and C2. RGB value is (213,137,194). Sum of RGB (Red+Green+Blue) = 213+137+194=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D589C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589C2 is #2A763D. Grayscale: #A6A6A6. Windows color (decimal): -2782782 or 12749269. OLE color: 12749269.

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

Color convert

RGB 213 137 194 -
CMYK 0 0.36 0.09 0.16
HSL 315º 0.48% 0.69% -
HSV(B) 315º 0.36% 0.84% -
XYZ 46.12 35.93 55.54 -
YUV 166.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 213 137 194 0 0.36 0.09 0.16 315 0.48 0.69
Hex D5 89 C2 0 24 9 10 13B 30 45
Octal 325 211 302 0 44 11 20 473 60 105
Binary 11010101 10001001 11000010 0 100100 1001 10000 100111011 110000 1000101

Color Harmonies of #D589C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589C2

Black with #D589C2

Text Example


Text Example

White with #D589C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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