Html Css Color HEX #DA69BF Orchid

📋 copy color: '#DA69BF'

red 218 ◦ green 105 ◦ blue 191

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

Shades of Orchid #DA69BF

Tints of Orchid #DA69BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.16%

R = 42.41%
G = 20.43%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA69BF (or 0xDA69BF) is known color: Orchid. HEX triplet: DA, 69 and BF. RGB value is (218,105,191). Sum of RGB (Red+Green+Blue) = 218+105+191=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69BF is #259640. Grayscale: #949494. Windows color (decimal): -2463297 or 12544474. OLE color: 12544474.

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

Color convert

RGB 218 105 191 -
CMYK 0 0.52 0.12 0.15
HSL 314.34º 0.6% 0.63% -
HSV(B) 314.34º 0.52% 0.85% -
XYZ 43.37 28.77 52.56 -
YUV 148.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 218 105 191 0 0.52 0.12 0.15 314.34 0.6 0.63
Hex DA 69 BF 0 34 C F 13A 3C 3F
Octal 332 151 277 0 64 14 17 472 74 77
Binary 11011010 1101001 10111111 0 110100 1100 1111 100111010 111100 111111

Color Harmonies of #DA69BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69BF

Black with #DA69BF

Text Example


Text Example

White with #DA69BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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