Html Css Color HEX #DB8CED Violet

📋 copy color: '#DB8CED'

red 219 ◦ green 140 ◦ blue 237

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

Shades of Violet #DB8CED

Tints of Violet #DB8CED

RGB

 RED value IS 219 (85.94% from 255) = 36.74%

 GREEN value IS 140 (55.08% from 255) = 23.49%

 BLUE value IS 237 (92.97% from 255) = 39.77%

R = 36.74%
G = 23.49%
B = 39.77%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB8CED (or 0xDB8CED) is known color: Violet. HEX triplet: DB, 8C and ED. RGB value is (219,140,237). Sum of RGB (Red+Green+Blue) = 219+140+237=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CED is #247312. Grayscale: #AEAEAE. Windows color (decimal): -2388755 or 15568091. OLE color: 15568091.

HSL color Cylindrical-coordinate representation of color #DB8CED: hue angle of 288.87º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8CED is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 140 237 -
CMYK 0.08 0.41 0 0.07
HSL 288.87º 0.73% 0.74% -
HSV(B) 288.87º 0.41% 0.93% -
XYZ 53.88 39.93 84.99 -
YUV 174.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 219 140 237 0.08 0.41 0 0.07 288.87 0.73 0.74
Hex DB 8C ED 8 29 0 7 121 49 4A
Octal 333 214 355 10 51 0 7 441 111 112
Binary 11011011 10001100 11101101 1000 101001 0 111 100100001 1001001 1001010

Color Harmonies of #DB8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CED

Black with #DB8CED

Text Example


Text Example

White with #DB8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CED; }

 p { color: rgb(219,140,237); }

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

background-color css

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

 a { background-color: rgb(219,140,237); }

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

border-color css

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

 span { border-color: rgb(219,140,237); }

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