Html Css Color HEX #DD70BE Orchid

📋 copy color: '#DD70BE'

red 221 ◦ green 112 ◦ blue 190

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

Shades of Orchid #DD70BE

Tints of Orchid #DD70BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 42.26%
G = 21.41%
B = 36.33%

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

#DD70BE (or 0xDD70BE) is known color: Orchid. HEX triplet: DD, 70 and BE. RGB value is (221,112,190). Sum of RGB (Red+Green+Blue) = 221+112+190=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70BE is #228F41. Grayscale: #999999. Windows color (decimal): -2264898 or 12480733. OLE color: 12480733.

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

Color convert

RGB 221 112 190 -
CMYK 0 0.49 0.14 0.13
HSL 317.06º 0.62% 0.65% -
HSV(B) 317.06º 0.49% 0.87% -
XYZ 44.91 30.68 52.27 -
YUV 153.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 221 112 190 0 0.49 0.14 0.13 317.06 0.62 0.65
Hex DD 70 BE 0 31 E D 13D 3E 41
Octal 335 160 276 0 61 16 15 475 76 101
Binary 11011101 1110000 10111110 0 110001 1110 1101 100111101 111110 1000001

Color Harmonies of #DD70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70BE

Black with #DD70BE

Text Example


Text Example

White with #DD70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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