Html Css Color HEX #DD74DB Orchid

📋 copy color: '#DD74DB'

red 221 ◦ green 116 ◦ blue 219

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

Shades of Orchid #DD74DB

Tints of Orchid #DD74DB

RGB

 RED value IS 221 (86.72% from 255) = 39.75%

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

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

R = 39.75%
G = 20.86%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD74DB (or 0xDD74DB) is known color: Orchid. HEX triplet: DD, 74 and DB. RGB value is (221,116,219). Sum of RGB (Red+Green+Blue) = 221+116+219=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74DB is #228B24. Grayscale: #9E9E9E. Windows color (decimal): -2263845 or 14382301. OLE color: 14382301.

HSL color Cylindrical-coordinate representation of color #DD74DB: hue angle of 301.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD74DB is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 219 -
CMYK 0 0.48 0.01 0.13
HSL 301.14º 0.61% 0.66% -
HSV(B) 301.14º 0.48% 0.87% -
XYZ 48.85 32.98 70.81 -
YUV 159.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 221 116 219 0 0.48 0.01 0.13 301.14 0.61 0.66
Hex DD 74 DB 0 30 1 D 12D 3D 42
Octal 335 164 333 0 60 1 15 455 75 102
Binary 11011101 1110100 11011011 0 110000 1 1101 100101101 111101 1000010

Color Harmonies of #DD74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74DB

Black with #DD74DB

Text Example


Text Example

White with #DD74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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