Html Css Color HEX #DB74DA Orchid

📋 copy color: '#DB74DA'

red 219 ◦ green 116 ◦ blue 218

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

Shades of Orchid #DB74DA

Tints of Orchid #DB74DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.98%

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

R = 39.6%
G = 20.98%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB74DA (or 0xDB74DA) is known color: Orchid. HEX triplet: DB, 74 and DA. RGB value is (219,116,218). Sum of RGB (Red+Green+Blue) = 219+116+218=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74DA is #248B25. Grayscale: #9E9E9E. Windows color (decimal): -2394918 or 14316763. OLE color: 14316763.

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

Color convert

RGB 219 116 218 -
CMYK 0 0.47 0.00 0.14
HSL 300.58º 0.59% 0.66% -
HSV(B) 300.58º 0.47% 0.86% -
XYZ 48.11 32.61 70.09 -
YUV 158.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 219 116 218 0 0.47 0.00 0.14 300.58 0.59 0.66
Hex DB 74 DA 0 2F 0 E 12D 3B 42
Octal 333 164 332 0 57 0 16 455 73 102
Binary 11011011 1110100 11011010 0 101111 0 1110 100101101 111011 1000010

Color Harmonies of #DB74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74DA

Black with #DB74DA

Text Example


Text Example

White with #DB74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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