Html Css Color HEX #DD14FC Psychedelic Purple

📋 copy color: '#DD14FC'

red 221 ◦ green 20 ◦ blue 252

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

Shades of Psychedelic Purple #DD14FC

Tints of Psychedelic Purple #DD14FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 44.83%
G = 4.06%
B = 51.12%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD14FC (or 0xDD14FC) is known color: Psychedelic Purple. HEX triplet: DD, 14 and FC. RGB value is (221,20,252). Sum of RGB (Red+Green+Blue) = 221+20+252=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD14FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14FC is #22EB03. Grayscale: #696969. Windows color (decimal): -2288388 or 16520413. OLE color: 16520413.

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

Color convert

RGB 221 20 252 -
CMYK 0.12 0.92 0 0.01
HSL 291.98º 0.97% 0.53% -
HSV(B) 291.98º 0.92% 0.99% -
XYZ 47.64 22.9 94 -
YUV 106.55 210.09 209.64 -
System Red Green Blue C M Y K H S L
Decimal 221 20 252 0.12 0.92 0 0.01 291.98 0.97 0.53
Hex DD 14 FC C 5C 0 1 124 61 35
Octal 335 24 374 14 134 0 1 444 141 65
Binary 11011101 10100 11111100 1100 1011100 0 1 100100100 1100001 110101

Color Harmonies of #DD14FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14FC

Black with #DD14FC

Text Example


Text Example

White with #DD14FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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