Html Css Color HEX #DD7EE1 Orchid

📋 copy color: '#DD7EE1'

red 221 ◦ green 126 ◦ blue 225

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

Shades of Orchid #DD7EE1

Tints of Orchid #DD7EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.03%

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

R = 38.64%
G = 22.03%
B = 39.34%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD7EE1 (or 0xDD7EE1) is known color: Orchid. HEX triplet: DD, 7E and E1. RGB value is (221,126,225). Sum of RGB (Red+Green+Blue) = 221+126+225=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EE1 is #22811E. Grayscale: #A5A5A5. Windows color (decimal): -2261279 or 14778077. OLE color: 14778077.

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

Color convert

RGB 221 126 225 -
CMYK 0.02 0.44 0 0.12
HSL 297.58º 0.62% 0.69% -
HSV(B) 297.58º 0.44% 0.88% -
XYZ 50.87 35.73 75.45 -
YUV 165.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 221 126 225 0.02 0.44 0 0.12 297.58 0.62 0.69
Hex DD 7E E1 2 2C 0 C 12A 3E 45
Octal 335 176 341 2 54 0 14 452 76 105
Binary 11011101 1111110 11100001 10 101100 0 1100 100101010 111110 1000101

Color Harmonies of #DD7EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EE1

Black with #DD7EE1

Text Example


Text Example

White with #DD7EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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