Html Css Color HEX #DA79D2 Orchid

📋 copy color: '#DA79D2'

red 218 ◦ green 121 ◦ blue 210

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

Shades of Orchid #DA79D2

Tints of Orchid #DA79D2

RGB

 RED value IS 218 (85.55% from 255) = 39.71%

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

 BLUE value IS 210 (82.42% from 255) = 38.25%

R = 39.71%
G = 22.04%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA79D2 (or 0xDA79D2) is known color: Orchid. HEX triplet: DA, 79 and D2. RGB value is (218,121,210). Sum of RGB (Red+Green+Blue) = 218+121+210=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79D2 is #25862D. Grayscale: #9F9F9F. Windows color (decimal): -2459182 or 13793754. OLE color: 13793754.

HSL color Cylindrical-coordinate representation of color #DA79D2: hue angle of 304.95º 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 #DA79D2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 210 -
CMYK 0 0.44 0.04 0.15
HSL 304.95º 0.57% 0.66% -
HSV(B) 304.95º 0.44% 0.85% -
XYZ 47.38 33.23 64.89 -
YUV 160.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 218 121 210 0 0.44 0.04 0.15 304.95 0.57 0.66
Hex DA 79 D2 0 2C 4 F 131 39 42
Octal 332 171 322 0 54 4 17 461 71 102
Binary 11011010 1111001 11010010 0 101100 100 1111 100110001 111001 1000010

Color Harmonies of #DA79D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79D2

Black with #DA79D2

Text Example


Text Example

White with #DA79D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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