Html Css Color HEX #DD67D9 Orchid

📋 copy color: '#DD67D9'

red 221 ◦ green 103 ◦ blue 217

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

Shades of Orchid #DD67D9

Tints of Orchid #DD67D9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.04%

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

R = 40.85%
G = 19.04%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD67D9 (or 0xDD67D9) is known color: Orchid. HEX triplet: DD, 67 and D9. RGB value is (221,103,217). Sum of RGB (Red+Green+Blue) = 221+103+217=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D9 is #229826. Grayscale: #969696. Windows color (decimal): -2267175 or 14247901. OLE color: 14247901.

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

Color convert

RGB 221 103 217 -
CMYK 0 0.53 0.02 0.13
HSL 302.03º 0.63% 0.64% -
HSV(B) 302.03º 0.53% 0.87% -
XYZ 47.19 30.08 68.96 -
YUV 151.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 221 103 217 0 0.53 0.02 0.13 302.03 0.63 0.64
Hex DD 67 D9 0 35 2 D 12E 3F 40
Octal 335 147 331 0 65 2 15 456 77 100
Binary 11011101 1100111 11011001 0 110101 10 1101 100101110 111111 1000000

Color Harmonies of #DD67D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67D9

Black with #DD67D9

Text Example


Text Example

White with #DD67D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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