Html Css Color HEX #DA72D3 Orchid

📋 copy color: '#DA72D3'

red 218 ◦ green 114 ◦ blue 211

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

Shades of Orchid #DA72D3

Tints of Orchid #DA72D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 40.15%
G = 20.99%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA72D3 (or 0xDA72D3) is known color: Orchid. HEX triplet: DA, 72 and D3. RGB value is (218,114,211). Sum of RGB (Red+Green+Blue) = 218+114+211=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72D3 is #258D2C. Grayscale: #9B9B9B. Windows color (decimal): -2460973 or 13857498. OLE color: 13857498.

HSL color Cylindrical-coordinate representation of color #DA72D3: hue angle of 304.04º 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 #DA72D3 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 211 -
CMYK 0 0.48 0.03 0.15
HSL 304.04º 0.58% 0.65% -
HSV(B) 304.04º 0.48% 0.85% -
XYZ 46.69 31.64 65.28 -
YUV 156.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 218 114 211 0 0.48 0.03 0.15 304.04 0.58 0.65
Hex DA 72 D3 0 30 3 F 130 3A 41
Octal 332 162 323 0 60 3 17 460 72 101
Binary 11011010 1110010 11010011 0 110000 11 1111 100110000 111010 1000001

Color Harmonies of #DA72D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72D3

Black with #DA72D3

Text Example


Text Example

White with #DA72D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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