Html Css Color HEX #D369DB Orchid

📋 copy color: '#D369DB'

red 211 ◦ green 105 ◦ blue 219

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

Shades of Orchid #D369DB

Tints of Orchid #D369DB

RGB

 RED value IS 211 (82.81% from 255) = 39.44%

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

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

R = 39.44%
G = 19.63%
B = 40.93%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D369DB (or 0xD369DB) is known color: Orchid. HEX triplet: D3, 69 and DB. RGB value is (211,105,219). Sum of RGB (Red+Green+Blue) = 211+105+219=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #D369DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369DB is #2C9624. Grayscale: #959595. Windows color (decimal): -2922021 or 14379475. OLE color: 14379475.

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

Color convert

RGB 211 105 219 -
CMYK 0.04 0.52 0 0.14
HSL 295.79º 0.61% 0.64% -
HSV(B) 295.79º 0.52% 0.86% -
XYZ 44.7 29.07 70.27 -
YUV 149.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 211 105 219 0.04 0.52 0 0.14 295.79 0.61 0.64
Hex D3 69 DB 4 34 0 E 128 3D 40
Octal 323 151 333 4 64 0 16 450 75 100
Binary 11010011 1101001 11011011 100 110100 0 1110 100101000 111101 1000000

Color Harmonies of #D369DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369DB

Black with #D369DB

Text Example


Text Example

White with #D369DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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