Html Css Color HEX #DE71DD Orchid

📋 copy color: '#DE71DD'

red 222 ◦ green 113 ◦ blue 221

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

Shades of Orchid #DE71DD

Tints of Orchid #DE71DD

RGB

 RED value IS 222 (87.11% from 255) = 39.93%

 GREEN value IS 113 (44.53% from 255) = 20.32%

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 39.93%
G = 20.32%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE71DD (or 0xDE71DD) is known color: Orchid. HEX triplet: DE, 71 and DD. RGB value is (222,113,221). Sum of RGB (Red+Green+Blue) = 222+113+221=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71DD is #218E22. Grayscale: #9D9D9D. Windows color (decimal): -2199075 or 14512606. OLE color: 14512606.

HSL color Cylindrical-coordinate representation of color #DE71DD: hue angle of 300.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE71DD is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 113 221 -
CMYK 0 0.49 0.00 0.13
HSL 300.55º 0.62% 0.66% -
HSV(B) 300.55º 0.49% 0.87% -
XYZ 49.08 32.56 72.1 -
YUV 157.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 222 113 221 0 0.49 0.00 0.13 300.55 0.62 0.66
Hex DE 71 DD 0 31 0 D 12D 3E 42
Octal 336 161 335 0 61 0 15 455 76 102
Binary 11011110 1110001 11011101 0 110001 0 1101 100101101 111110 1000010

Color Harmonies of #DE71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71DD

Black with #DE71DD

Text Example


Text Example

White with #DE71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71DD; }

 p { color: rgb(222,113,221); }

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

background-color css

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

 a { background-color: rgb(222,113,221); }

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

border-color css

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

 span { border-color: rgb(222,113,221); }

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