Html Css Color HEX #DA6BB9 Orchid

📋 copy color: '#DA6BB9'

red 218 ◦ green 107 ◦ blue 185

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

Shades of Orchid #DA6BB9

Tints of Orchid #DA6BB9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.98%

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 42.75%
G = 20.98%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA6BB9 (or 0xDA6BB9) is known color: Orchid. HEX triplet: DA, 6B and B9. RGB value is (218,107,185). Sum of RGB (Red+Green+Blue) = 218+107+185=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BB9 is #259446. Grayscale: #949494. Windows color (decimal): -2462791 or 12151770. OLE color: 12151770.

HSL color Cylindrical-coordinate representation of color #DA6BB9: hue angle of 317.84º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BB9 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 185 -
CMYK 0 0.51 0.15 0.15
HSL 317.84º 0.6% 0.64% -
HSV(B) 317.84º 0.51% 0.85% -
XYZ 42.93 28.92 49.22 -
YUV 149.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 218 107 185 0 0.51 0.15 0.15 317.84 0.6 0.64
Hex DA 6B B9 0 33 F F 13E 3C 40
Octal 332 153 271 0 63 17 17 476 74 100
Binary 11011010 1101011 10111001 0 110011 1111 1111 100111110 111100 1000000

Color Harmonies of #DA6BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BB9

Black with #DA6BB9

Text Example


Text Example

White with #DA6BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BB9; }

 p { color: rgb(218,107,185); }

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

background-color css

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

 a { background-color: rgb(218,107,185); }

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

border-color css

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

 span { border-color: rgb(218,107,185); }

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