Html Css Color HEX #DA69BA Orchid

📋 copy color: '#DA69BA'

red 218 ◦ green 105 ◦ blue 186

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

Shades of Orchid #DA69BA

Tints of Orchid #DA69BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 42.83%
G = 20.63%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA69BA (or 0xDA69BA) is known color: Orchid. HEX triplet: DA, 69 and BA. RGB value is (218,105,186). Sum of RGB (Red+Green+Blue) = 218+105+186=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69BA is #259645. Grayscale: #939393. Windows color (decimal): -2463302 or 12216794. OLE color: 12216794.

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

Color convert

RGB 218 105 186 -
CMYK 0 0.52 0.15 0.15
HSL 316.99º 0.6% 0.63% -
HSV(B) 316.99º 0.52% 0.85% -
XYZ 42.83 28.55 49.71 -
YUV 148.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 218 105 186 0 0.52 0.15 0.15 316.99 0.6 0.63
Hex DA 69 BA 0 34 F F 13D 3C 3F
Octal 332 151 272 0 64 17 17 475 74 77
Binary 11011010 1101001 10111010 0 110100 1111 1111 100111101 111100 111111

Color Harmonies of #DA69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69BA

Black with #DA69BA

Text Example


Text Example

White with #DA69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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