Html Css Color HEX #DD14FB Psychedelic Purple

📋 copy color: '#DD14FB'

red 221 ◦ green 20 ◦ blue 251

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

Shades of Psychedelic Purple #DD14FB

Tints of Psychedelic Purple #DD14FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 44.92%
G = 4.07%
B = 51.02%

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

#DD14FB (or 0xDD14FB) is known color: Psychedelic Purple. HEX triplet: DD, 14 and FB. RGB value is (221,20,251). Sum of RGB (Red+Green+Blue) = 221+20+251=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 20 (8.20% from 255 or 4.07% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14FB is #22EB04. Grayscale: #696969. Windows color (decimal): -2288389 or 16454877. OLE color: 16454877.

HSL color Cylindrical-coordinate representation of color #DD14FB: hue angle of 292.21º degrees, saturation: 0.97, 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 #DD14FB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 20 251 -
CMYK 0.12 0.92 0 0.02
HSL 292.21º 0.97% 0.53% -
HSV(B) 292.21º 0.92% 0.98% -
XYZ 47.48 22.84 93.17 -
YUV 106.43 209.59 209.72 -
System Red Green Blue C M Y K H S L
Decimal 221 20 251 0.12 0.92 0 0.02 292.21 0.97 0.53
Hex DD 14 FB C 5C 0 2 124 61 35
Octal 335 24 373 14 134 0 2 444 141 65
Binary 11011101 10100 11111011 1100 1011100 0 10 100100100 1100001 110101

Color Harmonies of #DD14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14FB

Black with #DD14FB

Text Example


Text Example

White with #DD14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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