Html Css Color HEX #DD7FDB Orchid

📋 copy color: '#DD7FDB'

red 221 ◦ green 127 ◦ blue 219

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

Shades of Orchid #DD7FDB

Tints of Orchid #DD7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

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

R = 38.98%
G = 22.4%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD7FDB (or 0xDD7FDB) is known color: Orchid. HEX triplet: DD, 7F and DB. RGB value is (221,127,219). Sum of RGB (Red+Green+Blue) = 221+127+219=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FDB is #228024. Grayscale: #A5A5A5. Windows color (decimal): -2261029 or 14385117. OLE color: 14385117.

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

Color convert

RGB 221 127 219 -
CMYK 0 0.43 0.01 0.13
HSL 301.28º 0.58% 0.68% -
HSV(B) 301.28º 0.43% 0.87% -
XYZ 50.19 35.67 71.26 -
YUV 165.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 221 127 219 0 0.43 0.01 0.13 301.28 0.58 0.68
Hex DD 7F DB 0 2B 1 D 12D 3A 44
Octal 335 177 333 0 53 1 15 455 72 104
Binary 11011101 1111111 11011011 0 101011 1 1101 100101101 111010 1000100

Color Harmonies of #DD7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FDB

Black with #DD7FDB

Text Example


Text Example

White with #DD7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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