Html Css Color HEX #D379DA Orchid

📋 copy color: '#D379DA'

red 211 ◦ green 121 ◦ blue 218

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

Shades of Orchid #D379DA

Tints of Orchid #D379DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 38.36%
G = 22%
B = 39.64%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D379DA (or 0xD379DA) is known color: Orchid. HEX triplet: D3, 79 and DA. RGB value is (211,121,218). Sum of RGB (Red+Green+Blue) = 211+121+218=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D379DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379DA is #2C8625. Grayscale: #9E9E9E. Windows color (decimal): -2917926 or 14318035. OLE color: 14318035.

HSL color Cylindrical-coordinate representation of color #D379DA: hue angle of 295.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D379DA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 121 218 -
CMYK 0.03 0.44 0 0.15
HSL 295.67º 0.57% 0.66% -
HSV(B) 295.67º 0.44% 0.85% -
XYZ 46.36 32.59 70.18 -
YUV 158.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 211 121 218 0.03 0.44 0 0.15 295.67 0.57 0.66
Hex D3 79 DA 3 2C 0 F 128 39 42
Octal 323 171 332 3 54 0 17 450 71 102
Binary 11010011 1111001 11011010 11 101100 0 1111 100101000 111001 1000010

Color Harmonies of #D379DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379DA

Black with #D379DA

Text Example


Text Example

White with #D379DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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