Html Css Color HEX #D379DB Orchid

📋 copy color: '#D379DB'

red 211 ◦ green 121 ◦ blue 219

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

Shades of Orchid #D379DB

Tints of Orchid #D379DB

RGB

 RED value IS 211 (82.81% from 255) = 38.29%

 GREEN value IS 121 (47.66% from 255) = 21.96%

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

R = 38.29%
G = 21.96%
B = 39.75%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D379DB (or 0xD379DB) is known color: Orchid. HEX triplet: D3, 79 and DB. RGB value is (211,121,219). Sum of RGB (Red+Green+Blue) = 211+121+219=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D379DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379DB is #2C8624. Grayscale: #9E9E9E. Windows color (decimal): -2917925 or 14383571. OLE color: 14383571.

HSL color Cylindrical-coordinate representation of color #D379DB: hue angle of 295.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D379DB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 121 219 -
CMYK 0.04 0.45 0 0.14
HSL 295.1º 0.58% 0.67% -
HSV(B) 295.1º 0.45% 0.86% -
XYZ 46.49 32.64 70.87 -
YUV 159.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 211 121 219 0.04 0.45 0 0.14 295.1 0.58 0.67
Hex D3 79 DB 4 2D 0 E 127 3A 43
Octal 323 171 333 4 55 0 16 447 72 103
Binary 11010011 1111001 11011011 100 101101 0 1110 100100111 111010 1000011

Color Harmonies of #D379DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379DB

Black with #D379DB

Text Example


Text Example

White with #D379DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379DB; }

 p { color: rgb(211,121,219); }

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

background-color css

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

 a { background-color: rgb(211,121,219); }

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

border-color css

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

 span { border-color: rgb(211,121,219); }

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