Html Css Color HEX #DD01FB Psychedelic Purple

📋 copy color: '#DD01FB'

red 221 ◦ green 1 ◦ blue 251

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

Shades of Psychedelic Purple #DD01FB

Tints of Psychedelic Purple #DD01FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 46.72%
G = 0.21%
B = 53.07%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD01FB (or 0xDD01FB) is known color: Psychedelic Purple. HEX triplet: DD, 01 and FB. RGB value is (221,1,251). Sum of RGB (Red+Green+Blue) = 221+1+251=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01FB is #22FE04. Grayscale: #5E5E5E. Windows color (decimal): -2293253 or 16450013. OLE color: 16450013.

HSL color Cylindrical-coordinate representation of color #DD01FB: hue angle of 292.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01FB is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 1 251 -
CMYK 0.12 1.00 0 0.02
HSL 292.8º 0.99% 0.49% -
HSV(B) 292.8º 1% 0.98% -
XYZ 47.24 22.36 93.09 -
YUV 95.28 215.89 217.67 -
System Red Green Blue C M Y K H S L
Decimal 221 1 251 0.12 1.00 0 0.02 292.8 0.99 0.49
Hex DD 1 FB C 64 0 2 125 63 31
Octal 335 1 373 14 144 0 2 445 143 61
Binary 11011101 1 11111011 1100 1100100 0 10 100100101 1100011 110001

Color Harmonies of #DD01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01FB

Black with #DD01FB

Text Example


Text Example

White with #DD01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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