Html Css Color HEX #DD79E5 Orchid

📋 copy color: '#DD79E5'

red 221 ◦ green 121 ◦ blue 229

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

Shades of Orchid #DD79E5

Tints of Orchid #DD79E5

RGB

 RED value IS 221 (86.72% from 255) = 38.7%

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

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 38.7%
G = 21.19%
B = 40.11%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD79E5 (or 0xDD79E5) is known color: Orchid. HEX triplet: DD, 79 and E5. RGB value is (221,121,229). Sum of RGB (Red+Green+Blue) = 221+121+229=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79E5 is #22861A. Grayscale: #A2A2A2. Windows color (decimal): -2262555 or 15038941. OLE color: 15038941.

HSL color Cylindrical-coordinate representation of color #DD79E5: hue angle of 295.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD79E5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 121 229 -
CMYK 0.03 0.47 0 0.10
HSL 295.56º 0.68% 0.69% -
HSV(B) 295.56º 0.47% 0.9% -
XYZ 50.8 34.7 78.15 -
YUV 163.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 221 121 229 0.03 0.47 0 0.10 295.56 0.68 0.69
Hex DD 79 E5 3 2F 0 A 128 44 45
Octal 335 171 345 3 57 0 12 450 104 105
Binary 11011101 1111001 11100101 11 101111 0 1010 100101000 1000100 1000101

Color Harmonies of #DD79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79E5

Black with #DD79E5

Text Example


Text Example

White with #DD79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79E5; }

 p { color: rgb(221,121,229); }

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

background-color css

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

 a { background-color: rgb(221,121,229); }

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

border-color css

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

 span { border-color: rgb(221,121,229); }

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