Html Css Color HEX #DD67DA Orchid

📋 copy color: '#DD67DA'

red 221 ◦ green 103 ◦ blue 218

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

Shades of Orchid #DD67DA

Tints of Orchid #DD67DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 40.77%
G = 19%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD67DA (or 0xDD67DA) is known color: Orchid. HEX triplet: DD, 67 and DA. RGB value is (221,103,218). Sum of RGB (Red+Green+Blue) = 221+103+218=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67DA is #229825. Grayscale: #979797. Windows color (decimal): -2267174 or 14313437. OLE color: 14313437.

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

Color convert

RGB 221 103 218 -
CMYK 0 0.53 0.01 0.13
HSL 301.53º 0.63% 0.64% -
HSV(B) 301.53º 0.53% 0.87% -
XYZ 47.32 30.13 69.65 -
YUV 151.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 221 103 218 0 0.53 0.01 0.13 301.53 0.63 0.64
Hex DD 67 DA 0 35 1 D 12E 3F 40
Octal 335 147 332 0 65 1 15 456 77 100
Binary 11011101 1100111 11011010 0 110101 1 1101 100101110 111111 1000000

Color Harmonies of #DD67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67DA

Black with #DD67DA

Text Example


Text Example

White with #DD67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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