Html Css Color HEX #D589D1 Orchid

📋 copy color: '#D589D1'

red 213 ◦ green 137 ◦ blue 209

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

Shades of Orchid #D589D1

Tints of Orchid #D589D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.39%

R = 38.1%
G = 24.51%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D589D1 (or 0xD589D1) is known color: Orchid. HEX triplet: D5, 89 and D1. RGB value is (213,137,209). Sum of RGB (Red+Green+Blue) = 213+137+209=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D589D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589D1 is #2A762E. Grayscale: #A7A7A7. Windows color (decimal): -2782767 or 13732309. OLE color: 13732309.

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

Color convert

RGB 213 137 209 -
CMYK 0 0.36 0.02 0.16
HSL 303.16º 0.48% 0.69% -
HSV(B) 303.16º 0.36% 0.84% -
XYZ 47.89 36.64 64.87 -
YUV 167.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 213 137 209 0 0.36 0.02 0.16 303.16 0.48 0.69
Hex D5 89 D1 0 24 2 10 12F 30 45
Octal 325 211 321 0 44 2 20 457 60 105
Binary 11010101 10001001 11010001 0 100100 10 10000 100101111 110000 1000101

Color Harmonies of #D589D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589D1

Black with #D589D1

Text Example


Text Example

White with #D589D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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