Html Css Color HEX #DD1EFB Psychedelic Purple

📋 copy color: '#DD1EFB'

red 221 ◦ green 30 ◦ blue 251

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

Shades of Psychedelic Purple #DD1EFB

Tints of Psychedelic Purple #DD1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.98%

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

R = 44.02%
G = 5.98%
B = 50%

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

#DD1EFB (or 0xDD1EFB) is known color: Psychedelic Purple. HEX triplet: DD, 1E and FB. RGB value is (221,30,251). Sum of RGB (Red+Green+Blue) = 221+30+251=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EFB is #22E104. Grayscale: #6F6F6F. Windows color (decimal): -2285829 or 16457437. OLE color: 16457437.

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

Color convert

RGB 221 30 251 -
CMYK 0.12 0.88 0 0.02
HSL 291.86º 0.97% 0.55% -
HSV(B) 291.86º 0.88% 0.98% -
XYZ 47.7 23.27 93.24 -
YUV 112.3 206.28 205.53 -
System Red Green Blue C M Y K H S L
Decimal 221 30 251 0.12 0.88 0 0.02 291.86 0.97 0.55
Hex DD 1E FB C 58 0 2 124 61 37
Octal 335 36 373 14 130 0 2 444 141 67
Binary 11011101 11110 11111011 1100 1011000 0 10 100100100 1100001 110111

Color Harmonies of #DD1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EFB

Black with #DD1EFB

Text Example


Text Example

White with #DD1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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