Html Css Color HEX #DD14E7 Psychedelic Purple

📋 copy color: '#DD14E7'

red 221 ◦ green 20 ◦ blue 231

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

Shades of Psychedelic Purple #DD14E7

Tints of Psychedelic Purple #DD14E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 46.82%
G = 4.24%
B = 48.94%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD14E7 (or 0xDD14E7) is known color: Psychedelic Purple. HEX triplet: DD, 14 and E7. RGB value is (221,20,231). Sum of RGB (Red+Green+Blue) = 221+20+231=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD14E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14E7 is #22EB18. Grayscale: #676767. Windows color (decimal): -2288409 or 15144157. OLE color: 15144157.

HSL color Cylindrical-coordinate representation of color #DD14E7: hue angle of 297.16º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD14E7 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 20 231 -
CMYK 0.04 0.91 0 0.09
HSL 297.16º 0.84% 0.49% -
HSV(B) 297.16º 0.91% 0.91% -
XYZ 44.49 21.64 77.43 -
YUV 104.15 199.59 211.34 -
System Red Green Blue C M Y K H S L
Decimal 221 20 231 0.04 0.91 0 0.09 297.16 0.84 0.49
Hex DD 14 E7 4 5B 0 9 129 54 31
Octal 335 24 347 4 133 0 11 451 124 61
Binary 11011101 10100 11100111 100 1011011 0 1001 100101001 1010100 110001

Color Harmonies of #DD14E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14E7

Black with #DD14E7

Text Example


Text Example

White with #DD14E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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