Html Css Color HEX #DD17FB Psychedelic Purple

📋 copy color: '#DD17FB'

red 221 ◦ green 23 ◦ blue 251

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

Shades of Psychedelic Purple #DD17FB

Tints of Psychedelic Purple #DD17FB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.65%

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

R = 44.65%
G = 4.65%
B = 50.71%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD17FB (or 0xDD17FB) is known color: Psychedelic Purple. HEX triplet: DD, 17 and FB. RGB value is (221,23,251). Sum of RGB (Red+Green+Blue) = 221+23+251=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD17FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD17FB is #22E804. Grayscale: #6B6B6B. Windows color (decimal): -2287621 or 16455645. OLE color: 16455645.

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

Color convert

RGB 221 23 251 -
CMYK 0.12 0.91 0 0.02
HSL 292.11º 0.97% 0.54% -
HSV(B) 292.11º 0.91% 0.98% -
XYZ 47.54 22.95 93.19 -
YUV 108.19 208.6 208.46 -
System Red Green Blue C M Y K H S L
Decimal 221 23 251 0.12 0.91 0 0.02 292.11 0.97 0.54
Hex DD 17 FB C 5B 0 2 124 61 36
Octal 335 27 373 14 133 0 2 444 141 66
Binary 11011101 10111 11111011 1100 1011011 0 10 100100100 1100001 110110

Color Harmonies of #DD17FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17FB

Black with #DD17FB

Text Example


Text Example

White with #DD17FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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