Html Css Color HEX #DD74DA Orchid

📋 copy color: '#DD74DA'

red 221 ◦ green 116 ◦ blue 218

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

Shades of Orchid #DD74DA

Tints of Orchid #DD74DA

RGB

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

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

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

R = 39.82%
G = 20.9%
B = 39.28%

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

#DD74DA (or 0xDD74DA) is known color: Orchid. HEX triplet: DD, 74 and DA. RGB value is (221,116,218). Sum of RGB (Red+Green+Blue) = 221+116+218=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74DA is #228B25. Grayscale: #9E9E9E. Windows color (decimal): -2263846 or 14316765. OLE color: 14316765.

HSL color Cylindrical-coordinate representation of color #DD74DA: hue angle of 301.71º 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 #DD74DA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 218 -
CMYK 0 0.48 0.01 0.13
HSL 301.71º 0.61% 0.66% -
HSV(B) 301.71º 0.48% 0.87% -
XYZ 48.72 32.92 70.12 -
YUV 159.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 221 116 218 0 0.48 0.01 0.13 301.71 0.61 0.66
Hex DD 74 DA 0 30 1 D 12E 3D 42
Octal 335 164 332 0 60 1 15 456 75 102
Binary 11011101 1110100 11011010 0 110000 1 1101 100101110 111101 1000010

Color Harmonies of #DD74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74DA

Black with #DD74DA

Text Example


Text Example

White with #DD74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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