Html Css Color HEX #D981DB Orchid

📋 copy color: '#D981DB'

red 217 ◦ green 129 ◦ blue 219

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

Shades of Orchid #D981DB

Tints of Orchid #D981DB

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

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

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

R = 38.41%
G = 22.83%
B = 38.76%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D981DB (or 0xD981DB) is known color: Orchid. HEX triplet: D9, 81 and DB. RGB value is (217,129,219). Sum of RGB (Red+Green+Blue) = 217+129+219=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D981DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981DB is #267E24. Grayscale: #A5A5A5. Windows color (decimal): -2522661 or 14385625. OLE color: 14385625.

HSL color Cylindrical-coordinate representation of color #D981DB: hue angle of 298.67º 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 #D981DB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 129 219 -
CMYK 0.01 0.41 0 0.14
HSL 298.67º 0.56% 0.68% -
HSV(B) 298.67º 0.41% 0.86% -
XYZ 49.25 35.57 71.29 -
YUV 165.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 217 129 219 0.01 0.41 0 0.14 298.67 0.56 0.68
Hex D9 81 DB 1 29 0 E 12B 38 44
Octal 331 201 333 1 51 0 16 453 70 104
Binary 11011001 10000001 11011011 1 101001 0 1110 100101011 111000 1000100

Color Harmonies of #D981DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981DB

Black with #D981DB

Text Example


Text Example

White with #D981DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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