Html Css Color HEX #DD67BE Orchid

📋 copy color: '#DD67BE'

red 221 ◦ green 103 ◦ blue 190

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

Shades of Orchid #DD67BE

Tints of Orchid #DD67BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.04%

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

R = 43%
G = 20.04%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD67BE (or 0xDD67BE) is known color: Orchid. HEX triplet: DD, 67 and BE. RGB value is (221,103,190). Sum of RGB (Red+Green+Blue) = 221+103+190=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67BE is #229841. Grayscale: #939393. Windows color (decimal): -2267202 or 12478429. OLE color: 12478429.

HSL color Cylindrical-coordinate representation of color #DD67BE: hue angle of 315.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67BE is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 190 -
CMYK 0 0.53 0.14 0.13
HSL 315.76º 0.63% 0.64% -
HSV(B) 315.76º 0.53% 0.87% -
XYZ 43.96 28.79 51.96 -
YUV 148.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 221 103 190 0 0.53 0.14 0.13 315.76 0.63 0.64
Hex DD 67 BE 0 35 E D 13C 3F 40
Octal 335 147 276 0 65 16 15 474 77 100
Binary 11011101 1100111 10111110 0 110101 1110 1101 100111100 111111 1000000

Color Harmonies of #DD67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67BE

Black with #DD67BE

Text Example


Text Example

White with #DD67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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