Html Css Color HEX #DE71BF Orchid

📋 copy color: '#DE71BF'

red 222 ◦ green 113 ◦ blue 191

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

Shades of Orchid #DE71BF

Tints of Orchid #DE71BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.31%

R = 42.21%
G = 21.48%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE71BF (or 0xDE71BF) is known color: Orchid. HEX triplet: DE, 71 and BF. RGB value is (222,113,191). Sum of RGB (Red+Green+Blue) = 222+113+191=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71BF is #218E40. Grayscale: #9A9A9A. Windows color (decimal): -2199105 or 12546526. OLE color: 12546526.

HSL color Cylindrical-coordinate representation of color #DE71BF: hue angle of 317.06º 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 #DE71BF is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 113 191 -
CMYK 0 0.49 0.14 0.13
HSL 317.06º 0.62% 0.66% -
HSV(B) 317.06º 0.49% 0.87% -
XYZ 45.43 31.1 52.9 -
YUV 154.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 222 113 191 0 0.49 0.14 0.13 317.06 0.62 0.66
Hex DE 71 BF 0 31 E D 13D 3E 42
Octal 336 161 277 0 61 16 15 475 76 102
Binary 11011110 1110001 10111111 0 110001 1110 1101 100111101 111110 1000010

Color Harmonies of #DE71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71BF

Black with #DE71BF

Text Example


Text Example

White with #DE71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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