Html Css Color HEX #DA72DB Orchid

📋 copy color: '#DA72DB'

red 218 ◦ green 114 ◦ blue 219

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

Shades of Orchid #DA72DB

Tints of Orchid #DA72DB

RGB

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

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

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

R = 39.56%
G = 20.69%
B = 39.75%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA72DB (or 0xDA72DB) is known color: Orchid. HEX triplet: DA, 72 and DB. RGB value is (218,114,219). Sum of RGB (Red+Green+Blue) = 218+114+219=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72DB is #258D24. Grayscale: #9C9C9C. Windows color (decimal): -2460965 or 14381786. OLE color: 14381786.

HSL color Cylindrical-coordinate representation of color #DA72DB: hue angle of 299.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA72DB is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 114 219 -
CMYK 0.00 0.48 0 0.14
HSL 299.43º 0.59% 0.65% -
HSV(B) 299.43º 0.48% 0.86% -
XYZ 47.72 32.05 70.69 -
YUV 157.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 218 114 219 0.00 0.48 0 0.14 299.43 0.59 0.65
Hex DA 72 DB 0 30 0 E 12B 3B 41
Octal 332 162 333 0 60 0 16 453 73 101
Binary 11011010 1110010 11011011 0 110000 0 1110 100101011 111011 1000001

Color Harmonies of #DA72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72DB

Black with #DA72DB

Text Example


Text Example

White with #DA72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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