Html Css Color HEX #DA72BF Orchid

📋 copy color: '#DA72BF'

red 218 ◦ green 114 ◦ blue 191

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

Shades of Orchid #DA72BF

Tints of Orchid #DA72BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 41.68%
G = 21.8%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA72BF (or 0xDA72BF) is known color: Orchid. HEX triplet: DA, 72 and BF. RGB value is (218,114,191). Sum of RGB (Red+Green+Blue) = 218+114+191=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72BF is #258D40. Grayscale: #999999. Windows color (decimal): -2460993 or 12546778. OLE color: 12546778.

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

Color convert

RGB 218 114 191 -
CMYK 0 0.48 0.12 0.15
HSL 315.58º 0.58% 0.65% -
HSV(B) 315.58º 0.48% 0.85% -
XYZ 44.33 30.7 52.88 -
YUV 153.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 218 114 191 0 0.48 0.12 0.15 315.58 0.58 0.65
Hex DA 72 BF 0 30 C F 13C 3A 41
Octal 332 162 277 0 60 14 17 474 72 101
Binary 11011010 1110010 10111111 0 110000 1100 1111 100111100 111010 1000001

Color Harmonies of #DA72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72BF

Black with #DA72BF

Text Example


Text Example

White with #DA72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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