Html Css Color HEX #DD74D1 Orchid

📋 copy color: '#DD74D1'

red 221 ◦ green 116 ◦ blue 209

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

Shades of Orchid #DD74D1

Tints of Orchid #DD74D1

RGB

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

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

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

R = 40.48%
G = 21.25%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD74D1 (or 0xDD74D1) is known color: Orchid. HEX triplet: DD, 74 and D1. RGB value is (221,116,209). Sum of RGB (Red+Green+Blue) = 221+116+209=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74D1 is #228B2E. Grayscale: #9D9D9D. Windows color (decimal): -2263855 or 13726941. OLE color: 13726941.

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

Color convert

RGB 221 116 209 -
CMYK 0 0.48 0.05 0.13
HSL 306.86º 0.61% 0.66% -
HSV(B) 306.86º 0.48% 0.87% -
XYZ 47.57 32.47 64.08 -
YUV 158 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 221 116 209 0 0.48 0.05 0.13 306.86 0.61 0.66
Hex DD 74 D1 0 30 5 D 133 3D 42
Octal 335 164 321 0 60 5 15 463 75 102
Binary 11011101 1110100 11010001 0 110000 101 1101 100110011 111101 1000010

Color Harmonies of #DD74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74D1

Black with #DD74D1

Text Example


Text Example

White with #DD74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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