Html Css Color HEX #DA69BB Orchid

📋 copy color: '#DA69BB'

red 218 ◦ green 105 ◦ blue 187

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

Shades of Orchid #DA69BB

Tints of Orchid #DA69BB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.59%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 42.75%
G = 20.59%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA69BB (or 0xDA69BB) is known color: Orchid. HEX triplet: DA, 69 and BB. RGB value is (218,105,187). Sum of RGB (Red+Green+Blue) = 218+105+187=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69BB is #259644. Grayscale: #939393. Windows color (decimal): -2463301 or 12282330. OLE color: 12282330.

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

Color convert

RGB 218 105 187 -
CMYK 0 0.52 0.14 0.15
HSL 316.46º 0.6% 0.63% -
HSV(B) 316.46º 0.52% 0.85% -
XYZ 42.93 28.6 50.27 -
YUV 148.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 218 105 187 0 0.52 0.14 0.15 316.46 0.6 0.63
Hex DA 69 BB 0 34 E F 13C 3C 3F
Octal 332 151 273 0 64 16 17 474 74 77
Binary 11011010 1101001 10111011 0 110100 1110 1111 100111100 111100 111111

Color Harmonies of #DA69BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69BB

Black with #DA69BB

Text Example


Text Example

White with #DA69BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69BB; }

 p { color: rgb(218,105,187); }

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

background-color css

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

 a { background-color: rgb(218,105,187); }

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

border-color css

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

 span { border-color: rgb(218,105,187); }

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