Html Css Color HEX #DA72D1 Orchid

📋 copy color: '#DA72D1'

red 218 ◦ green 114 ◦ blue 209

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

Shades of Orchid #DA72D1

Tints of Orchid #DA72D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 40.3%
G = 21.07%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA72D1 (or 0xDA72D1) is known color: Orchid. HEX triplet: DA, 72 and D1. RGB value is (218,114,209). Sum of RGB (Red+Green+Blue) = 218+114+209=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72D1 is #258D2E. Grayscale: #9B9B9B. Windows color (decimal): -2460975 or 13726426. OLE color: 13726426.

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

Color convert

RGB 218 114 209 -
CMYK 0 0.48 0.04 0.15
HSL 305.19º 0.58% 0.65% -
HSV(B) 305.19º 0.48% 0.85% -
XYZ 46.44 31.54 63.96 -
YUV 155.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 218 114 209 0 0.48 0.04 0.15 305.19 0.58 0.65
Hex DA 72 D1 0 30 4 F 131 3A 41
Octal 332 162 321 0 60 4 17 461 72 101
Binary 11011010 1110010 11010001 0 110000 100 1111 100110001 111010 1000001

Color Harmonies of #DA72D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72D1

Black with #DA72D1

Text Example


Text Example

White with #DA72D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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