Html Css Color HEX #DA72D5 Orchid

📋 copy color: '#DA72D5'

red 218 ◦ green 114 ◦ blue 213

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

Shades of Orchid #DA72D5

Tints of Orchid #DA72D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 40%
G = 20.92%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA72D5 (or 0xDA72D5) is known color: Orchid. HEX triplet: DA, 72 and D5. RGB value is (218,114,213). Sum of RGB (Red+Green+Blue) = 218+114+213=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72D5 is #258D2A. Grayscale: #9C9C9C. Windows color (decimal): -2460971 or 13988570. OLE color: 13988570.

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

Color convert

RGB 218 114 213 -
CMYK 0 0.48 0.02 0.15
HSL 302.88º 0.58% 0.65% -
HSV(B) 302.88º 0.48% 0.85% -
XYZ 46.94 31.74 66.6 -
YUV 156.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 218 114 213 0 0.48 0.02 0.15 302.88 0.58 0.65
Hex DA 72 D5 0 30 2 F 12F 3A 41
Octal 332 162 325 0 60 2 17 457 72 101
Binary 11011010 1110010 11010101 0 110000 10 1111 100101111 111010 1000001

Color Harmonies of #DA72D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72D5

Black with #DA72D5

Text Example


Text Example

White with #DA72D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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