Html Css Color HEX #DA69DB Orchid

📋 copy color: '#DA69DB'

red 218 ◦ green 105 ◦ blue 219

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

Shades of Orchid #DA69DB

Tints of Orchid #DA69DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 40.22%
G = 19.37%
B = 40.41%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA69DB (or 0xDA69DB) is known color: Orchid. HEX triplet: DA, 69 and DB. RGB value is (218,105,219). Sum of RGB (Red+Green+Blue) = 218+105+219=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69DB is #259624. Grayscale: #979797. Windows color (decimal): -2463269 or 14379482. OLE color: 14379482.

HSL color Cylindrical-coordinate representation of color #DA69DB: hue angle of 299.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69DB is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 105 219 -
CMYK 0.00 0.52 0 0.14
HSL 299.47º 0.61% 0.64% -
HSV(B) 299.47º 0.52% 0.86% -
XYZ 46.75 30.12 70.37 -
YUV 151.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 218 105 219 0.00 0.52 0 0.14 299.47 0.61 0.64
Hex DA 69 DB 0 34 0 E 12B 3D 40
Octal 332 151 333 0 64 0 16 453 75 100
Binary 11011010 1101001 11011011 0 110100 0 1110 100101011 111101 1000000

Color Harmonies of #DA69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69DB

Black with #DA69DB

Text Example


Text Example

White with #DA69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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