Html Css Color HEX #DD79E2 Orchid

📋 copy color: '#DD79E2'

red 221 ◦ green 121 ◦ blue 226

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

Shades of Orchid #DD79E2

Tints of Orchid #DD79E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.79%

R = 38.91%
G = 21.3%
B = 39.79%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD79E2 (or 0xDD79E2) is known color: Orchid. HEX triplet: DD, 79 and E2. RGB value is (221,121,226). Sum of RGB (Red+Green+Blue) = 221+121+226=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD79E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79E2 is #22861D. Grayscale: #A2A2A2. Windows color (decimal): -2262558 or 14842333. OLE color: 14842333.

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

Color convert

RGB 221 121 226 -
CMYK 0.02 0.46 0 0.11
HSL 297.14º 0.64% 0.68% -
HSV(B) 297.14º 0.46% 0.89% -
XYZ 50.38 34.54 75.96 -
YUV 162.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 221 121 226 0.02 0.46 0 0.11 297.14 0.64 0.68
Hex DD 79 E2 2 2E 0 B 129 40 44
Octal 335 171 342 2 56 0 13 451 100 104
Binary 11011101 1111001 11100010 10 101110 0 1011 100101001 1000000 1000100

Color Harmonies of #DD79E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79E2

Black with #DD79E2

Text Example


Text Example

White with #DD79E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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