Html Css Color HEX #DF72DA Orchid

📋 copy color: '#DF72DA'

red 223 ◦ green 114 ◦ blue 218

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

Shades of Orchid #DF72DA

Tints of Orchid #DF72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 40.18%
G = 20.54%
B = 39.28%

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

#DF72DA (or 0xDF72DA) is known color: Orchid. HEX triplet: DF, 72 and DA. RGB value is (223,114,218). Sum of RGB (Red+Green+Blue) = 223+114+218=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72DA is #208D25. Grayscale: #9E9E9E. Windows color (decimal): -2133286 or 14316255. OLE color: 14316255.

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

Color convert

RGB 223 114 218 -
CMYK 0 0.49 0.02 0.13
HSL 302.75º 0.63% 0.66% -
HSV(B) 302.75º 0.49% 0.87% -
XYZ 49.1 32.78 70.07 -
YUV 158.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 223 114 218 0 0.49 0.02 0.13 302.75 0.63 0.66
Hex DF 72 DA 0 31 2 D 12F 3F 42
Octal 337 162 332 0 61 2 15 457 77 102
Binary 11011111 1110010 11011010 0 110001 10 1101 100101111 111111 1000010

Color Harmonies of #DF72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72DA

Black with #DF72DA

Text Example


Text Example

White with #DF72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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