Html Css Color HEX #D581DB Orchid

📋 copy color: '#D581DB'

red 213 ◦ green 129 ◦ blue 219

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

Shades of Orchid #D581DB

Tints of Orchid #D581DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 37.97%
G = 22.99%
B = 39.04%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D581DB (or 0xD581DB) is known color: Orchid. HEX triplet: D5, 81 and DB. RGB value is (213,129,219). Sum of RGB (Red+Green+Blue) = 213+129+219=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D581DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581DB is #2A7E24. Grayscale: #A4A4A4. Windows color (decimal): -2784805 or 14385621. OLE color: 14385621.

HSL color Cylindrical-coordinate representation of color #D581DB: hue angle of 296º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D581DB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 129 219 -
CMYK 0.03 0.41 0 0.14
HSL 296º 0.56% 0.68% -
HSV(B) 296º 0.41% 0.86% -
XYZ 48.08 34.96 71.23 -
YUV 164.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 213 129 219 0.03 0.41 0 0.14 296 0.56 0.68
Hex D5 81 DB 3 29 0 E 128 38 44
Octal 325 201 333 3 51 0 16 450 70 104
Binary 11010101 10000001 11011011 11 101001 0 1110 100101000 111000 1000100

Color Harmonies of #D581DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581DB

Black with #D581DB

Text Example


Text Example

White with #D581DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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