Html Css Color HEX #DD74D3 Orchid

📋 copy color: '#DD74D3'

red 221 ◦ green 116 ◦ blue 211

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

Shades of Orchid #DD74D3

Tints of Orchid #DD74D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.5%

R = 40.33%
G = 21.17%
B = 38.5%

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

#DD74D3 (or 0xDD74D3) is known color: Orchid. HEX triplet: DD, 74 and D3. RGB value is (221,116,211). Sum of RGB (Red+Green+Blue) = 221+116+211=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74D3 is #228B2C. Grayscale: #9D9D9D. Windows color (decimal): -2263853 or 13858013. OLE color: 13858013.

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

Color convert

RGB 221 116 211 -
CMYK 0 0.48 0.05 0.13
HSL 305.71º 0.61% 0.66% -
HSV(B) 305.71º 0.48% 0.87% -
XYZ 47.82 32.57 65.39 -
YUV 158.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 221 116 211 0 0.48 0.05 0.13 305.71 0.61 0.66
Hex DD 74 D3 0 30 5 D 132 3D 42
Octal 335 164 323 0 60 5 15 462 75 102
Binary 11011101 1110100 11010011 0 110000 101 1101 100110010 111101 1000010

Color Harmonies of #DD74D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74D3

Black with #DD74D3

Text Example


Text Example

White with #DD74D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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