Html Css Color HEX #DA72BD Orchid

📋 copy color: '#DA72BD'

red 218 ◦ green 114 ◦ blue 189

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

Shades of Orchid #DA72BD

Tints of Orchid #DA72BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 41.84%
G = 21.88%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA72BD (or 0xDA72BD) is known color: Orchid. HEX triplet: DA, 72 and BD. RGB value is (218,114,189). Sum of RGB (Red+Green+Blue) = 218+114+189=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72BD is #258D42. Grayscale: #999999. Windows color (decimal): -2460995 or 12415706. OLE color: 12415706.

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

Color convert

RGB 218 114 189 -
CMYK 0 0.48 0.13 0.15
HSL 316.73º 0.58% 0.65% -
HSV(B) 316.73º 0.48% 0.85% -
XYZ 44.12 30.61 51.73 -
YUV 153.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 218 114 189 0 0.48 0.13 0.15 316.73 0.58 0.65
Hex DA 72 BD 0 30 D F 13D 3A 41
Octal 332 162 275 0 60 15 17 475 72 101
Binary 11011010 1110010 10111101 0 110000 1101 1111 100111101 111010 1000001

Color Harmonies of #DA72BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72BD

Black with #DA72BD

Text Example


Text Example

White with #DA72BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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