Html Css Color HEX #DE74DB Orchid

📋 copy color: '#DE74DB'

red 222 ◦ green 116 ◦ blue 219

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

Shades of Orchid #DE74DB

Tints of Orchid #DE74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.83%

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 39.86%
G = 20.83%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE74DB (or 0xDE74DB) is known color: Orchid. HEX triplet: DE, 74 and DB. RGB value is (222,116,219). Sum of RGB (Red+Green+Blue) = 222+116+219=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74DB is #218B24. Grayscale: #9F9F9F. Windows color (decimal): -2198309 or 14382302. OLE color: 14382302.

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

Color convert

RGB 222 116 219 -
CMYK 0 0.48 0.01 0.13
HSL 301.7º 0.62% 0.66% -
HSV(B) 301.7º 0.48% 0.87% -
XYZ 49.16 33.13 70.82 -
YUV 159.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 222 116 219 0 0.48 0.01 0.13 301.7 0.62 0.66
Hex DE 74 DB 0 30 1 D 12E 3E 42
Octal 336 164 333 0 60 1 15 456 76 102
Binary 11011110 1110100 11011011 0 110000 1 1101 100101110 111110 1000010

Color Harmonies of #DE74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE74DB

Black with #DE74DB

Text Example


Text Example

White with #DE74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE74DB; }

 p { color: rgb(222,116,219); }

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

background-color css

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

 a { background-color: rgb(222,116,219); }

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

border-color css

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

 span { border-color: rgb(222,116,219); }

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