Html Css Color HEX #DF72DB Orchid

📋 copy color: '#DF72DB'

red 223 ◦ green 114 ◦ blue 219

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

Shades of Orchid #DF72DB

Tints of Orchid #DF72DB

RGB

 RED value IS 223 (87.5% from 255) = 40.11%

 GREEN value IS 114 (44.92% from 255) = 20.5%

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

R = 40.11%
G = 20.5%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF72DB (or 0xDF72DB) is known color: Orchid. HEX triplet: DF, 72 and DB. RGB value is (223,114,219). Sum of RGB (Red+Green+Blue) = 223+114+219=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72DB is #208D24. Grayscale: #9E9E9E. Windows color (decimal): -2133285 or 14381791. OLE color: 14381791.

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

Color convert

RGB 223 114 219 -
CMYK 0 0.49 0.02 0.13
HSL 302.2º 0.63% 0.66% -
HSV(B) 302.2º 0.49% 0.87% -
XYZ 49.23 32.84 70.76 -
YUV 158.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 223 114 219 0 0.49 0.02 0.13 302.2 0.63 0.66
Hex DF 72 DB 0 31 2 D 12E 3F 42
Octal 337 162 333 0 61 2 15 456 77 102
Binary 11011111 1110010 11011011 0 110001 10 1101 100101110 111111 1000010

Color Harmonies of #DF72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72DB

Black with #DF72DB

Text Example


Text Example

White with #DF72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72DB; }

 p { color: rgb(223,114,219); }

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

background-color css

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

 a { background-color: rgb(223,114,219); }

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

border-color css

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

 span { border-color: rgb(223,114,219); }

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