Html Css Color HEX #DA72BE Orchid

📋 copy color: '#DA72BE'

red 218 ◦ green 114 ◦ blue 190

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

Shades of Orchid #DA72BE

Tints of Orchid #DA72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 41.76%
G = 21.84%
B = 36.4%

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

#DA72BE (or 0xDA72BE) is known color: Orchid. HEX triplet: DA, 72 and BE. RGB value is (218,114,190). Sum of RGB (Red+Green+Blue) = 218+114+190=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72BE is #258D41. Grayscale: #999999. Windows color (decimal): -2460994 or 12481242. OLE color: 12481242.

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

Color convert

RGB 218 114 190 -
CMYK 0 0.48 0.13 0.15
HSL 316.15º 0.58% 0.65% -
HSV(B) 316.15º 0.48% 0.85% -
XYZ 44.23 30.66 52.3 -
YUV 153.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 218 114 190 0 0.48 0.13 0.15 316.15 0.58 0.65
Hex DA 72 BE 0 30 D F 13C 3A 41
Octal 332 162 276 0 60 15 17 474 72 101
Binary 11011010 1110010 10111110 0 110000 1101 1111 100111100 111010 1000001

Color Harmonies of #DA72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72BE

Black with #DA72BE

Text Example


Text Example

White with #DA72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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