Html Css Color HEX #DD79E1 Orchid

📋 copy color: '#DD79E1'

red 221 ◦ green 121 ◦ blue 225

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

Shades of Orchid #DD79E1

Tints of Orchid #DD79E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.68%

R = 38.98%
G = 21.34%
B = 39.68%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD79E1 (or 0xDD79E1) is known color: Orchid. HEX triplet: DD, 79 and E1. RGB value is (221,121,225). Sum of RGB (Red+Green+Blue) = 221+121+225=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79E1 is #22861E. Grayscale: #A2A2A2. Windows color (decimal): -2262559 or 14776797. OLE color: 14776797.

HSL color Cylindrical-coordinate representation of color #DD79E1: hue angle of 297.69º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD79E1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 121 225 -
CMYK 0.02 0.46 0 0.12
HSL 297.69º 0.63% 0.68% -
HSV(B) 297.69º 0.46% 0.88% -
XYZ 50.25 34.48 75.24 -
YUV 162.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 221 121 225 0.02 0.46 0 0.12 297.69 0.63 0.68
Hex DD 79 E1 2 2E 0 C 12A 3F 44
Octal 335 171 341 2 56 0 14 452 77 104
Binary 11011101 1111001 11100001 10 101110 0 1100 100101010 111111 1000100

Color Harmonies of #DD79E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79E1

Black with #DD79E1

Text Example


Text Example

White with #DD79E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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