Html Css Color HEX #DD27F9 Psychedelic Purple

📋 copy color: '#DD27F9'

red 221 ◦ green 39 ◦ blue 249

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

Shades of Psychedelic Purple #DD27F9

Tints of Psychedelic Purple #DD27F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 43.42%
G = 7.66%
B = 48.92%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD27F9 (or 0xDD27F9) is known color: Psychedelic Purple. HEX triplet: DD, 27 and F9. RGB value is (221,39,249). Sum of RGB (Red+Green+Blue) = 221+39+249=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD27F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27F9 is #22D806. Grayscale: #747474. Windows color (decimal): -2283527 or 16328669. OLE color: 16328669.

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

Color convert

RGB 221 39 249 -
CMYK 0.11 0.84 0 0.02
HSL 292º 0.95% 0.56% -
HSV(B) 292º 0.84% 0.98% -
XYZ 47.64 23.66 91.68 -
YUV 117.36 202.3 201.92 -
System Red Green Blue C M Y K H S L
Decimal 221 39 249 0.11 0.84 0 0.02 292 0.95 0.56
Hex DD 27 F9 B 54 0 2 124 5F 38
Octal 335 47 371 13 124 0 2 444 137 70
Binary 11011101 100111 11111001 1011 1010100 0 10 100100100 1011111 111000

Color Harmonies of #DD27F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27F9

Black with #DD27F9

Text Example


Text Example

White with #DD27F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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