Html Css Color HEX #DD70D3 Orchid

📋 copy color: '#DD70D3'

red 221 ◦ green 112 ◦ blue 211

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

Shades of Orchid #DD70D3

Tints of Orchid #DD70D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 40.63%
G = 20.59%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD70D3 (or 0xDD70D3) is known color: Orchid. HEX triplet: DD, 70 and D3. RGB value is (221,112,211). Sum of RGB (Red+Green+Blue) = 221+112+211=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70D3 is #228F2C. Grayscale: #9B9B9B. Windows color (decimal): -2264877 or 13856989. OLE color: 13856989.

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

Color convert

RGB 221 112 211 -
CMYK 0 0.49 0.05 0.13
HSL 305.5º 0.62% 0.65% -
HSV(B) 305.5º 0.49% 0.87% -
XYZ 47.37 31.66 65.24 -
YUV 155.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 221 112 211 0 0.49 0.05 0.13 305.5 0.62 0.65
Hex DD 70 D3 0 31 5 D 132 3E 41
Octal 335 160 323 0 61 5 15 462 76 101
Binary 11011101 1110000 11010011 0 110001 101 1101 100110010 111110 1000001

Color Harmonies of #DD70D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70D3

Black with #DD70D3

Text Example


Text Example

White with #DD70D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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