Html Css Color HEX #DD1DFB Psychedelic Purple

📋 copy color: '#DD1DFB'

red 221 ◦ green 29 ◦ blue 251

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

Shades of Psychedelic Purple #DD1DFB

Tints of Psychedelic Purple #DD1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.79%

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

R = 44.11%
G = 5.79%
B = 50.1%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD1DFB (or 0xDD1DFB) is known color: Psychedelic Purple. HEX triplet: DD, 1D and FB. RGB value is (221,29,251). Sum of RGB (Red+Green+Blue) = 221+29+251=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1DFB is #22E204. Grayscale: #6F6F6F. Windows color (decimal): -2286085 or 16457181. OLE color: 16457181.

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

Color convert

RGB 221 29 251 -
CMYK 0.12 0.88 0 0.02
HSL 291.89º 0.97% 0.55% -
HSV(B) 291.89º 0.88% 0.98% -
XYZ 47.67 23.22 93.24 -
YUV 111.72 206.61 205.95 -
System Red Green Blue C M Y K H S L
Decimal 221 29 251 0.12 0.88 0 0.02 291.89 0.97 0.55
Hex DD 1D FB C 58 0 2 124 61 37
Octal 335 35 373 14 130 0 2 444 141 67
Binary 11011101 11101 11111011 1100 1011000 0 10 100100100 1100001 110111

Color Harmonies of #DD1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DFB

Black with #DD1DFB

Text Example


Text Example

White with #DD1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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