Html Css Color HEX #DA72D0 Orchid

📋 copy color: '#DA72D0'

red 218 ◦ green 114 ◦ blue 208

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

Shades of Orchid #DA72D0

Tints of Orchid #DA72D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 40.37%
G = 21.11%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA72D0 (or 0xDA72D0) is known color: Orchid. HEX triplet: DA, 72 and D0. RGB value is (218,114,208). Sum of RGB (Red+Green+Blue) = 218+114+208=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72D0 is #258D2F. Grayscale: #9B9B9B. Windows color (decimal): -2460976 or 13660890. OLE color: 13660890.

HSL color Cylindrical-coordinate representation of color #DA72D0: hue angle of 305.77º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA72D0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 208 -
CMYK 0 0.48 0.05 0.15
HSL 305.77º 0.58% 0.65% -
HSV(B) 305.77º 0.48% 0.85% -
XYZ 46.32 31.49 63.31 -
YUV 155.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 218 114 208 0 0.48 0.05 0.15 305.77 0.58 0.65
Hex DA 72 D0 0 30 5 F 132 3A 41
Octal 332 162 320 0 60 5 17 462 72 101
Binary 11011010 1110010 11010000 0 110000 101 1111 100110010 111010 1000001

Color Harmonies of #DA72D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72D0

Black with #DA72D0

Text Example


Text Example

White with #DA72D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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