Html Css Color HEX #DD6FD5 Orchid

📋 copy color: '#DD6FD5'

red 221 ◦ green 111 ◦ blue 213

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

Shades of Orchid #DD6FD5

Tints of Orchid #DD6FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.37%

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 40.55%
G = 20.37%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD6FD5 (or 0xDD6FD5) is known color: Orchid. HEX triplet: DD, 6F and D5. RGB value is (221,111,213). Sum of RGB (Red+Green+Blue) = 221+111+213=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FD5 is #22902A. Grayscale: #9B9B9B. Windows color (decimal): -2265131 or 13987805. OLE color: 13987805.

HSL color Cylindrical-coordinate representation of color #DD6FD5: hue angle of 304.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FD5 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 213 -
CMYK 0 0.50 0.04 0.13
HSL 304.36º 0.62% 0.65% -
HSV(B) 304.36º 0.5% 0.87% -
XYZ 47.51 31.55 66.54 -
YUV 155.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 221 111 213 0 0.50 0.04 0.13 304.36 0.62 0.65
Hex DD 6F D5 0 32 4 D 130 3E 41
Octal 335 157 325 0 62 4 15 460 76 101
Binary 11011101 1101111 11010101 0 110010 100 1101 100110000 111110 1000001

Color Harmonies of #DD6FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FD5

Black with #DD6FD5

Text Example


Text Example

White with #DD6FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FD5; }

 p { color: rgb(221,111,213); }

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

background-color css

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

 a { background-color: rgb(221,111,213); }

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

border-color css

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

 span { border-color: rgb(221,111,213); }

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