Html Css Color HEX #DB74D1 Orchid

📋 copy color: '#DB74D1'

red 219 ◦ green 116 ◦ blue 209

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

Shades of Orchid #DB74D1

Tints of Orchid #DB74D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.42%

R = 40.26%
G = 21.32%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB74D1 (or 0xDB74D1) is known color: Orchid. HEX triplet: DB, 74 and D1. RGB value is (219,116,209). Sum of RGB (Red+Green+Blue) = 219+116+209=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74D1 is #248B2E. Grayscale: #9D9D9D. Windows color (decimal): -2394927 or 13726939. OLE color: 13726939.

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

Color convert

RGB 219 116 209 -
CMYK 0 0.47 0.05 0.14
HSL 305.83º 0.59% 0.66% -
HSV(B) 305.83º 0.47% 0.86% -
XYZ 46.97 32.15 64.05 -
YUV 157.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 219 116 209 0 0.47 0.05 0.14 305.83 0.59 0.66
Hex DB 74 D1 0 2F 5 E 132 3B 42
Octal 333 164 321 0 57 5 16 462 73 102
Binary 11011011 1110100 11010001 0 101111 101 1110 100110010 111011 1000010

Color Harmonies of #DB74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74D1

Black with #DB74D1

Text Example


Text Example

White with #DB74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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