Html Css Color HEX #DA72D2 Orchid

📋 copy color: '#DA72D2'

red 218 ◦ green 114 ◦ blue 210

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

Shades of Orchid #DA72D2

Tints of Orchid #DA72D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.75%

R = 40.22%
G = 21.03%
B = 38.75%

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

#DA72D2 (or 0xDA72D2) is known color: Orchid. HEX triplet: DA, 72 and D2. RGB value is (218,114,210). Sum of RGB (Red+Green+Blue) = 218+114+210=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72D2 is #258D2D. Grayscale: #9B9B9B. Windows color (decimal): -2460974 or 13791962. OLE color: 13791962.

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

Color convert

RGB 218 114 210 -
CMYK 0 0.48 0.04 0.15
HSL 304.62º 0.58% 0.65% -
HSV(B) 304.62º 0.48% 0.85% -
XYZ 46.56 31.59 64.62 -
YUV 156.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 218 114 210 0 0.48 0.04 0.15 304.62 0.58 0.65
Hex DA 72 D2 0 30 4 F 131 3A 41
Octal 332 162 322 0 60 4 17 461 72 101
Binary 11011010 1110010 11010010 0 110000 100 1111 100110001 111010 1000001

Color Harmonies of #DA72D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72D2

Black with #DA72D2

Text Example


Text Example

White with #DA72D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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