Html Css Color HEX #D379DF Orchid

📋 copy color: '#D379DF'

red 211 ◦ green 121 ◦ blue 223

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

Shades of Orchid #D379DF

Tints of Orchid #D379DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 38.02%
G = 21.8%
B = 40.18%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D379DF (or 0xD379DF) is known color: Orchid. HEX triplet: D3, 79 and DF. RGB value is (211,121,223). Sum of RGB (Red+Green+Blue) = 211+121+223=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D379DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379DF is #2C8620. Grayscale: #9F9F9F. Windows color (decimal): -2917921 or 14645715. OLE color: 14645715.

HSL color Cylindrical-coordinate representation of color #D379DF: hue angle of 292.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D379DF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 121 223 -
CMYK 0.05 0.46 0 0.13
HSL 292.94º 0.61% 0.67% -
HSV(B) 292.94º 0.46% 0.87% -
XYZ 47.02 32.85 73.67 -
YUV 159.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 211 121 223 0.05 0.46 0 0.13 292.94 0.61 0.67
Hex D3 79 DF 5 2E 0 D 125 3D 43
Octal 323 171 337 5 56 0 15 445 75 103
Binary 11010011 1111001 11011111 101 101110 0 1101 100100101 111101 1000011

Color Harmonies of #D379DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379DF

Black with #D379DF

Text Example


Text Example

White with #D379DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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