Html Css Color HEX #DD31FB Psychedelic Purple

📋 copy color: '#DD31FB'

red 221 ◦ green 49 ◦ blue 251

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

Shades of Psychedelic Purple #DD31FB

Tints of Psychedelic Purple #DD31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.4%

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

R = 42.42%
G = 9.4%
B = 48.18%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD31FB (or 0xDD31FB) is known color: Psychedelic Purple. HEX triplet: DD, 31 and FB. RGB value is (221,49,251). Sum of RGB (Red+Green+Blue) = 221+49+251=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD31FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD31FB is #22CE04. Grayscale: #7A7A7A. Windows color (decimal): -2280965 or 16462301. OLE color: 16462301.

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

Color convert

RGB 221 49 251 -
CMYK 0.12 0.80 0 0.02
HSL 291.09º 0.96% 0.59% -
HSV(B) 291.09º 0.8% 0.98% -
XYZ 48.33 24.53 93.46 -
YUV 123.46 199.98 197.57 -
System Red Green Blue C M Y K H S L
Decimal 221 49 251 0.12 0.80 0 0.02 291.09 0.96 0.59
Hex DD 31 FB C 50 0 2 123 60 3B
Octal 335 61 373 14 120 0 2 443 140 73
Binary 11011101 110001 11111011 1100 1010000 0 10 100100011 1100000 111011

Color Harmonies of #DD31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31FB

Black with #DD31FB

Text Example


Text Example

White with #DD31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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