Html Css Color HEX #D569DB Orchid

📋 copy color: '#D569DB'

red 213 ◦ green 105 ◦ blue 219

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

Shades of Orchid #D569DB

Tints of Orchid #D569DB

RGB

 RED value IS 213 (83.59% from 255) = 39.66%

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

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

R = 39.66%
G = 19.55%
B = 40.78%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D569DB (or 0xD569DB) is known color: Orchid. HEX triplet: D5, 69 and DB. RGB value is (213,105,219). Sum of RGB (Red+Green+Blue) = 213+105+219=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D569DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569DB is #2A9624. Grayscale: #959595. Windows color (decimal): -2790949 or 14379477. OLE color: 14379477.

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

Color convert

RGB 213 105 219 -
CMYK 0.03 0.52 0 0.14
HSL 296.84º 0.61% 0.64% -
HSV(B) 296.84º 0.52% 0.86% -
XYZ 45.28 29.36 70.3 -
YUV 150.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 213 105 219 0.03 0.52 0 0.14 296.84 0.61 0.64
Hex D5 69 DB 3 34 0 E 129 3D 40
Octal 325 151 333 3 64 0 16 451 75 100
Binary 11010101 1101001 11011011 11 110100 0 1110 100101001 111101 1000000

Color Harmonies of #D569DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569DB

Black with #D569DB

Text Example


Text Example

White with #D569DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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