Html Css Color HEX #DD79DF Orchid

📋 copy color: '#DD79DF'

red 221 ◦ green 121 ◦ blue 223

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

Shades of Orchid #DD79DF

Tints of Orchid #DD79DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 39.12%
G = 21.42%
B = 39.47%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD79DF (or 0xDD79DF) is known color: Orchid. HEX triplet: DD, 79 and DF. RGB value is (221,121,223). Sum of RGB (Red+Green+Blue) = 221+121+223=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79DF is #228620. Grayscale: #A2A2A2. Windows color (decimal): -2262561 or 14645725. OLE color: 14645725.

HSL color Cylindrical-coordinate representation of color #DD79DF: hue angle of 298.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD79DF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 223 -
CMYK 0.01 0.46 0 0.13
HSL 298.82º 0.61% 0.67% -
HSV(B) 298.82º 0.46% 0.87% -
XYZ 49.98 34.37 73.81 -
YUV 162.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 221 121 223 0.01 0.46 0 0.13 298.82 0.61 0.67
Hex DD 79 DF 1 2E 0 D 12B 3D 43
Octal 335 171 337 1 56 0 15 453 75 103
Binary 11011101 1111001 11011111 1 101110 0 1101 100101011 111101 1000011

Color Harmonies of #DD79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79DF

Black with #DD79DF

Text Example


Text Example

White with #DD79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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