Html Css Color HEX #DD70BF Orchid

📋 copy color: '#DD70BF'

red 221 ◦ green 112 ◦ blue 191

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

Shades of Orchid #DD70BF

Tints of Orchid #DD70BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 42.18%
G = 21.37%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD70BF (or 0xDD70BF) is known color: Orchid. HEX triplet: DD, 70 and BF. RGB value is (221,112,191). Sum of RGB (Red+Green+Blue) = 221+112+191=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70BF is #228F40. Grayscale: #999999. Windows color (decimal): -2264897 or 12546269. OLE color: 12546269.

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

Color convert

RGB 221 112 191 -
CMYK 0 0.49 0.14 0.13
HSL 316.51º 0.62% 0.65% -
HSV(B) 316.51º 0.49% 0.87% -
XYZ 45.02 30.72 52.85 -
YUV 153.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 221 112 191 0 0.49 0.14 0.13 316.51 0.62 0.65
Hex DD 70 BF 0 31 E D 13D 3E 41
Octal 335 160 277 0 61 16 15 475 76 101
Binary 11011101 1110000 10111111 0 110001 1110 1101 100111101 111110 1000001

Color Harmonies of #DD70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70BF

Black with #DD70BF

Text Example


Text Example

White with #DD70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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