Html Css Color HEX #DD2AF6 Psychedelic Purple

📋 copy color: '#DD2AF6'

red 221 ◦ green 42 ◦ blue 246

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

Shades of Psychedelic Purple #DD2AF6

Tints of Psychedelic Purple #DD2AF6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.25%

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 43.42%
G = 8.25%
B = 48.33%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD2AF6 (or 0xDD2AF6) is known color: Psychedelic Purple. HEX triplet: DD, 2A and F6. RGB value is (221,42,246). Sum of RGB (Red+Green+Blue) = 221+42+246=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD2AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2AF6 is #22D509. Grayscale: #767676. Windows color (decimal): -2282762 or 16132829. OLE color: 16132829.

HSL color Cylindrical-coordinate representation of color #DD2AF6: hue angle of 292.65º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2AF6 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 42 246 -
CMYK 0.10 0.83 0 0.04
HSL 292.65º 0.92% 0.56% -
HSV(B) 292.65º 0.83% 0.96% -
XYZ 47.28 23.68 89.27 -
YUV 118.78 199.8 200.91 -
System Red Green Blue C M Y K H S L
Decimal 221 42 246 0.10 0.83 0 0.04 292.65 0.92 0.56
Hex DD 2A F6 A 53 0 4 125 5C 38
Octal 335 52 366 12 123 0 4 445 134 70
Binary 11011101 101010 11110110 1010 1010011 0 100 100100101 1011100 111000

Color Harmonies of #DD2AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2AF6

Black with #DD2AF6

Text Example


Text Example

White with #DD2AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2AF6; }

 p { color: rgb(221,42,246); }

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

background-color css

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

 a { background-color: rgb(221,42,246); }

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

border-color css

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

 span { border-color: rgb(221,42,246); }

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