Html Css Color HEX #DD6AD4 Orchid

📋 copy color: '#DD6AD4'

red 221 ◦ green 106 ◦ blue 212

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

Shades of Orchid #DD6AD4

Tints of Orchid #DD6AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.67%

 BLUE value IS 212 (83.2% from 255) = 39.33%

R = 41%
G = 19.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD6AD4 (or 0xDD6AD4) is known color: Orchid. HEX triplet: DD, 6A and D4. RGB value is (221,106,212). Sum of RGB (Red+Green+Blue) = 221+106+212=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD4 is #22952B. Grayscale: #989898. Windows color (decimal): -2266412 or 13920989. OLE color: 13920989.

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

Color convert

RGB 221 106 212 -
CMYK 0 0.52 0.04 0.13
HSL 304.7º 0.63% 0.64% -
HSV(B) 304.7º 0.52% 0.87% -
XYZ 46.86 30.43 65.69 -
YUV 152.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 221 106 212 0 0.52 0.04 0.13 304.7 0.63 0.64
Hex DD 6A D4 0 34 4 D 131 3F 40
Octal 335 152 324 0 64 4 15 461 77 100
Binary 11011101 1101010 11010100 0 110100 100 1101 100110001 111111 1000000

Color Harmonies of #DD6AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AD4

Black with #DD6AD4

Text Example


Text Example

White with #DD6AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AD4; }

 p { color: rgb(221,106,212); }

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

background-color css

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

 a { background-color: rgb(221,106,212); }

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

border-color css

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

 span { border-color: rgb(221,106,212); }

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