Html Css Color HEX #DD6FBE Orchid

📋 copy color: '#DD6FBE'

red 221 ◦ green 111 ◦ blue 190

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

Shades of Orchid #DD6FBE

Tints of Orchid #DD6FBE

RGB

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

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

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

R = 42.34%
G = 21.26%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD6FBE (or 0xDD6FBE) is known color: Orchid. HEX triplet: DD, 6F and BE. RGB value is (221,111,190). Sum of RGB (Red+Green+Blue) = 221+111+190=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FBE is #229041. Grayscale: #989898. Windows color (decimal): -2265154 or 12480477. OLE color: 12480477.

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

Color convert

RGB 221 111 190 -
CMYK 0 0.50 0.14 0.13
HSL 316.91º 0.62% 0.65% -
HSV(B) 316.91º 0.5% 0.87% -
XYZ 44.8 30.46 52.23 -
YUV 152.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 221 111 190 0 0.50 0.14 0.13 316.91 0.62 0.65
Hex DD 6F BE 0 32 E D 13D 3E 41
Octal 335 157 276 0 62 16 15 475 76 101
Binary 11011101 1101111 10111110 0 110010 1110 1101 100111101 111110 1000001

Color Harmonies of #DD6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FBE

Black with #DD6FBE

Text Example


Text Example

White with #DD6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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