Html Css Color HEX #DD6FD4 Orchid

📋 copy color: '#DD6FD4'

red 221 ◦ green 111 ◦ blue 212

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

Shades of Orchid #DD6FD4

Tints of Orchid #DD6FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 40.63%
G = 20.4%
B = 38.97%

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

#DD6FD4 (or 0xDD6FD4) is known color: Orchid. HEX triplet: DD, 6F and D4. RGB value is (221,111,212). Sum of RGB (Red+Green+Blue) = 221+111+212=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FD4 is #22902B. Grayscale: #9B9B9B. Windows color (decimal): -2265132 or 13922269. OLE color: 13922269.

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

Color convert

RGB 221 111 212 -
CMYK 0 0.50 0.04 0.13
HSL 304.91º 0.62% 0.65% -
HSV(B) 304.91º 0.5% 0.87% -
XYZ 47.39 31.49 65.87 -
YUV 155.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 221 111 212 0 0.50 0.04 0.13 304.91 0.62 0.65
Hex DD 6F D4 0 32 4 D 131 3E 41
Octal 335 157 324 0 62 4 15 461 76 101
Binary 11011101 1101111 11010100 0 110010 100 1101 100110001 111110 1000001

Color Harmonies of #DD6FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FD4

Black with #DD6FD4

Text Example


Text Example

White with #DD6FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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