Html Css Color HEX #DD02FB Psychedelic Purple

📋 copy color: '#DD02FB'

red 221 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #DD02FB

Tints of Psychedelic Purple #DD02FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 46.62%
G = 0.42%
B = 52.95%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD02FB (or 0xDD02FB) is known color: Psychedelic Purple. HEX triplet: DD, 02 and FB. RGB value is (221,2,251). Sum of RGB (Red+Green+Blue) = 221+2+251=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02FB is #22FD04. Grayscale: #5F5F5F. Windows color (decimal): -2292997 or 16450269. OLE color: 16450269.

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

Color convert

RGB 221 2 251 -
CMYK 0.12 0.99 0 0.02
HSL 292.77º 0.98% 0.5% -
HSV(B) 292.77º 0.99% 0.98% -
XYZ 47.25 22.38 93.1 -
YUV 95.87 215.55 217.25 -
System Red Green Blue C M Y K H S L
Decimal 221 2 251 0.12 0.99 0 0.02 292.77 0.98 0.5
Hex DD 2 FB C 63 0 2 125 62 32
Octal 335 2 373 14 143 0 2 445 142 62
Binary 11011101 10 11111011 1100 1100011 0 10 100100101 1100010 110010

Color Harmonies of #DD02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02FB

Black with #DD02FB

Text Example


Text Example

White with #DD02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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