Html Css Color HEX #D584DB Orchid

📋 copy color: '#D584DB'

red 213 ◦ green 132 ◦ blue 219

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

Shades of Orchid #D584DB

Tints of Orchid #D584DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.4%

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

R = 37.77%
G = 23.4%
B = 38.83%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D584DB (or 0xD584DB) is known color: Orchid. HEX triplet: D5, 84 and DB. RGB value is (213,132,219). Sum of RGB (Red+Green+Blue) = 213+132+219=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D584DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584DB is #2A7B24. Grayscale: #A5A5A5. Windows color (decimal): -2784037 or 14386389. OLE color: 14386389.

HSL color Cylindrical-coordinate representation of color #D584DB: hue angle of 295.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D584DB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 132 219 -
CMYK 0.03 0.40 0 0.14
HSL 295.86º 0.55% 0.69% -
HSV(B) 295.86º 0.4% 0.86% -
XYZ 48.48 35.76 71.37 -
YUV 166.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 213 132 219 0.03 0.40 0 0.14 295.86 0.55 0.69
Hex D5 84 DB 3 28 0 E 128 37 45
Octal 325 204 333 3 50 0 16 450 67 105
Binary 11010101 10000100 11011011 11 101000 0 1110 100101000 110111 1000101

Color Harmonies of #D584DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584DB

Black with #D584DB

Text Example


Text Example

White with #D584DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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