Html Css Color HEX #DD21FB Psychedelic Purple

📋 copy color: '#DD21FB'

red 221 ◦ green 33 ◦ blue 251

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

Shades of Psychedelic Purple #DD21FB

Tints of Psychedelic Purple #DD21FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.53%

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

R = 43.76%
G = 6.53%
B = 49.7%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD21FB (or 0xDD21FB) is known color: Psychedelic Purple. HEX triplet: DD, 21 and FB. RGB value is (221,33,251). Sum of RGB (Red+Green+Blue) = 221+33+251=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 33 (13.28% from 255 or 6.53% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD21FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21FB is #22DE04. Grayscale: #717171. Windows color (decimal): -2285061 or 16458205. OLE color: 16458205.

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

Color convert

RGB 221 33 251 -
CMYK 0.12 0.87 0 0.02
HSL 291.74º 0.96% 0.56% -
HSV(B) 291.74º 0.87% 0.98% -
XYZ 47.78 23.42 93.27 -
YUV 114.06 205.28 204.27 -
System Red Green Blue C M Y K H S L
Decimal 221 33 251 0.12 0.87 0 0.02 291.74 0.96 0.56
Hex DD 21 FB C 57 0 2 124 60 38
Octal 335 41 373 14 127 0 2 444 140 70
Binary 11011101 100001 11111011 1100 1010111 0 10 100100100 1100000 111000

Color Harmonies of #DD21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21FB

Black with #DD21FB

Text Example


Text Example

White with #DD21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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