Html Css Color HEX #DD70D5 Orchid

📋 copy color: '#DD70D5'

red 221 ◦ green 112 ◦ blue 213

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

Shades of Orchid #DD70D5

Tints of Orchid #DD70D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.51%

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

R = 40.48%
G = 20.51%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD70D5 (or 0xDD70D5) is known color: Orchid. HEX triplet: DD, 70 and D5. RGB value is (221,112,213). Sum of RGB (Red+Green+Blue) = 221+112+213=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70D5 is #228F2A. Grayscale: #9B9B9B. Windows color (decimal): -2264875 or 13988061. OLE color: 13988061.

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

Color convert

RGB 221 112 213 -
CMYK 0 0.49 0.04 0.13
HSL 304.4º 0.62% 0.65% -
HSV(B) 304.4º 0.49% 0.87% -
XYZ 47.62 31.76 66.57 -
YUV 156.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 221 112 213 0 0.49 0.04 0.13 304.4 0.62 0.65
Hex DD 70 D5 0 31 4 D 130 3E 41
Octal 335 160 325 0 61 4 15 460 76 101
Binary 11011101 1110000 11010101 0 110001 100 1101 100110000 111110 1000001

Color Harmonies of #DD70D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70D5

Black with #DD70D5

Text Example


Text Example

White with #DD70D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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