Html Css Color HEX #DA72DF Orchid

📋 copy color: '#DA72DF'

red 218 ◦ green 114 ◦ blue 223

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

Shades of Orchid #DA72DF

Tints of Orchid #DA72DF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA72DF (or 0xDA72DF) is known color: Orchid. HEX triplet: DA, 72 and DF. RGB value is (218,114,223). Sum of RGB (Red+Green+Blue) = 218+114+223=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72DF is #258D20. Grayscale: #9D9D9D. Windows color (decimal): -2460961 or 14643930. OLE color: 14643930.

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

Color convert

RGB 218 114 223 -
CMYK 0.02 0.49 0 0.13
HSL 297.25º 0.63% 0.66% -
HSV(B) 297.25º 0.49% 0.87% -
XYZ 48.25 32.27 73.5 -
YUV 157.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 218 114 223 0.02 0.49 0 0.13 297.25 0.63 0.66
Hex DA 72 DF 2 31 0 D 129 3F 42
Octal 332 162 337 2 61 0 15 451 77 102
Binary 11011010 1110010 11011111 10 110001 0 1101 100101001 111111 1000010

Color Harmonies of #DA72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72DF

Black with #DA72DF

Text Example


Text Example

White with #DA72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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