Html Css Color HEX #DD67D3 Orchid

📋 copy color: '#DD67D3'

red 221 ◦ green 103 ◦ blue 211

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

Shades of Orchid #DD67D3

Tints of Orchid #DD67D3

RGB

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

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

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

R = 41.31%
G = 19.25%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD67D3 (or 0xDD67D3) is known color: Orchid. HEX triplet: DD, 67 and D3. RGB value is (221,103,211). Sum of RGB (Red+Green+Blue) = 221+103+211=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67D3 is #22982C. Grayscale: #969696. Windows color (decimal): -2267181 or 13854685. OLE color: 13854685.

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

Color convert

RGB 221 103 211 -
CMYK 0 0.53 0.05 0.13
HSL 305.08º 0.63% 0.64% -
HSV(B) 305.08º 0.53% 0.87% -
XYZ 46.43 29.78 64.93 -
YUV 150.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 221 103 211 0 0.53 0.05 0.13 305.08 0.63 0.64
Hex DD 67 D3 0 35 5 D 131 3F 40
Octal 335 147 323 0 65 5 15 461 77 100
Binary 11011101 1100111 11010011 0 110101 101 1101 100110001 111111 1000000

Color Harmonies of #DD67D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67D3

Black with #DD67D3

Text Example


Text Example

White with #DD67D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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