Html Css Color HEX #DD14FA Psychedelic Purple

📋 copy color: '#DD14FA'

red 221 ◦ green 20 ◦ blue 250

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

Shades of Psychedelic Purple #DD14FA

Tints of Psychedelic Purple #DD14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.07%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 45.01%
G = 4.07%
B = 50.92%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD14FA (or 0xDD14FA) is known color: Psychedelic Purple. HEX triplet: DD, 14 and FA. RGB value is (221,20,250). Sum of RGB (Red+Green+Blue) = 221+20+250=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14FA is #22EB05. Grayscale: #696969. Windows color (decimal): -2288390 or 16389341. OLE color: 16389341.

HSL color Cylindrical-coordinate representation of color #DD14FA: hue angle of 292.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD14FA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 20 250 -
CMYK 0.12 0.92 0 0.02
HSL 292.43º 0.96% 0.53% -
HSV(B) 292.43º 0.92% 0.98% -
XYZ 47.32 22.77 92.34 -
YUV 106.32 209.09 209.8 -
System Red Green Blue C M Y K H S L
Decimal 221 20 250 0.12 0.92 0 0.02 292.43 0.96 0.53
Hex DD 14 FA C 5C 0 2 124 60 35
Octal 335 24 372 14 134 0 2 444 140 65
Binary 11011101 10100 11111010 1100 1011100 0 10 100100100 1100000 110101

Color Harmonies of #DD14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14FA

Black with #DD14FA

Text Example


Text Example

White with #DD14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14FA; }

 p { color: rgb(221,20,250); }

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

background-color css

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

 a { background-color: rgb(221,20,250); }

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

border-color css

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

 span { border-color: rgb(221,20,250); }

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