Html Css Color HEX #DD27FA Psychedelic Purple

📋 copy color: '#DD27FA'

red 221 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #DD27FA

Tints of Psychedelic Purple #DD27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.65%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 43.33%
G = 7.65%
B = 49.02%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD27FA (or 0xDD27FA) is known color: Psychedelic Purple. HEX triplet: DD, 27 and FA. RGB value is (221,39,250). Sum of RGB (Red+Green+Blue) = 221+39+250=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27FA is #22D805. Grayscale: #747474. Windows color (decimal): -2283526 or 16394205. OLE color: 16394205.

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

Color convert

RGB 221 39 250 -
CMYK 0.12 0.84 0 0.02
HSL 291.75º 0.95% 0.57% -
HSV(B) 291.75º 0.84% 0.98% -
XYZ 47.8 23.73 92.5 -
YUV 117.47 202.8 201.84 -
System Red Green Blue C M Y K H S L
Decimal 221 39 250 0.12 0.84 0 0.02 291.75 0.95 0.57
Hex DD 27 FA C 54 0 2 124 5F 39
Octal 335 47 372 14 124 0 2 444 137 71
Binary 11011101 100111 11111010 1100 1010100 0 10 100100100 1011111 111001

Color Harmonies of #DD27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27FA

Black with #DD27FA

Text Example


Text Example

White with #DD27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27FA; }

 p { color: rgb(221,39,250); }

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

background-color css

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

 a { background-color: rgb(221,39,250); }

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

border-color css

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

 span { border-color: rgb(221,39,250); }

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