Html Css Color HEX #DD75D9 Orchid

📋 copy color: '#DD75D9'

red 221 ◦ green 117 ◦ blue 217

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

Shades of Orchid #DD75D9

Tints of Orchid #DD75D9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 39.82%
G = 21.08%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD75D9 (or 0xDD75D9) is known color: Orchid. HEX triplet: DD, 75 and D9. RGB value is (221,117,217). Sum of RGB (Red+Green+Blue) = 221+117+217=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75D9 is #228A26. Grayscale: #9F9F9F. Windows color (decimal): -2263591 or 14251485. OLE color: 14251485.

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

Color convert

RGB 221 117 217 -
CMYK 0 0.47 0.02 0.13
HSL 302.31º 0.6% 0.66% -
HSV(B) 302.31º 0.47% 0.87% -
XYZ 48.7 33.1 69.47 -
YUV 159.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 221 117 217 0 0.47 0.02 0.13 302.31 0.6 0.66
Hex DD 75 D9 0 2F 2 D 12E 3C 42
Octal 335 165 331 0 57 2 15 456 74 102
Binary 11011101 1110101 11011001 0 101111 10 1101 100101110 111100 1000010

Color Harmonies of #DD75D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75D9

Black with #DD75D9

Text Example


Text Example

White with #DD75D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75D9; }

 p { color: rgb(221,117,217); }

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

background-color css

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

 a { background-color: rgb(221,117,217); }

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

border-color css

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

 span { border-color: rgb(221,117,217); }

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