Html Css Color HEX #DA71BE Orchid

📋 copy color: '#DA71BE'

red 218 ◦ green 113 ◦ blue 190

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

Shades of Orchid #DA71BE

Tints of Orchid #DA71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.69%

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

R = 41.84%
G = 21.69%
B = 36.47%

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

#DA71BE (or 0xDA71BE) is known color: Orchid. HEX triplet: DA, 71 and BE. RGB value is (218,113,190). Sum of RGB (Red+Green+Blue) = 218+113+190=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71BE is #258E41. Grayscale: #989898. Windows color (decimal): -2461250 or 12480986. OLE color: 12480986.

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

Color convert

RGB 218 113 190 -
CMYK 0 0.48 0.13 0.15
HSL 316º 0.59% 0.65% -
HSV(B) 316º 0.48% 0.85% -
XYZ 44.11 30.43 52.26 -
YUV 153.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 218 113 190 0 0.48 0.13 0.15 316 0.59 0.65
Hex DA 71 BE 0 30 D F 13C 3B 41
Octal 332 161 276 0 60 15 17 474 73 101
Binary 11011010 1110001 10111110 0 110000 1101 1111 100111100 111011 1000001

Color Harmonies of #DA71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71BE

Black with #DA71BE

Text Example


Text Example

White with #DA71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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