Html Css Color HEX #DB7DDA Orchid

📋 copy color: '#DB7DDA'

red 219 ◦ green 125 ◦ blue 218

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

Shades of Orchid #DB7DDA

Tints of Orchid #DB7DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 38.97%
G = 22.24%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB7DDA (or 0xDB7DDA) is known color: Orchid. HEX triplet: DB, 7D and DA. RGB value is (219,125,218). Sum of RGB (Red+Green+Blue) = 219+125+218=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DDA is #248225. Grayscale: #A3A3A3. Windows color (decimal): -2392614 or 14319067. OLE color: 14319067.

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

Color convert

RGB 219 125 218 -
CMYK 0 0.43 0.00 0.14
HSL 300.64º 0.57% 0.67% -
HSV(B) 300.64º 0.43% 0.86% -
XYZ 49.2 34.79 70.45 -
YUV 163.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 219 125 218 0 0.43 0.00 0.14 300.64 0.57 0.67
Hex DB 7D DA 0 2B 0 E 12D 39 43
Octal 333 175 332 0 53 0 16 455 71 103
Binary 11011011 1111101 11011010 0 101011 0 1110 100101101 111001 1000011

Color Harmonies of #DB7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DDA

Black with #DB7DDA

Text Example


Text Example

White with #DB7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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