Html Css Color HEX #D027FF Psychedelic Purple

📋 copy color: '#D027FF'

red 208 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #D027FF

Tints of Psychedelic Purple #D027FF

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 41.43%
G = 7.77%
B = 50.8%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D027FF (or 0xD027FF) is known color: Psychedelic Purple. HEX triplet: D0, 27 and FF. RGB value is (208,39,255). Sum of RGB (Red+Green+Blue) = 208+39+255=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #D027FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027FF is #2FD800. Grayscale: #717171. Windows color (decimal): -3135489 or 16721872. OLE color: 16721872.

HSL color Cylindrical-coordinate representation of color #D027FF: hue angle of 286.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D027FF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 39 255 -
CMYK 0.18 0.85 0 0
HSL 286.94º 1% 0.58% -
HSV(B) 286.94º 0.85% 1% -
XYZ 44.79 22.08 96.51 -
YUV 114.16 207.49 194.94 -
System Red Green Blue C M Y K H S L
Decimal 208 39 255 0.18 0.85 0 0 286.94 1 0.58
Hex D0 27 FF 12 55 0 0 11F 64 3A
Octal 320 47 377 22 125 0 0 437 144 72
Binary 11010000 100111 11111111 10010 1010101 0 0 100011111 1100100 111010

Color Harmonies of #D027FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027FF

Black with #D027FF

Text Example


Text Example

White with #D027FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027FF; }

 p { color: rgb(208,39,255); }

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

background-color css

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

 a { background-color: rgb(208,39,255); }

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

border-color css

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

 span { border-color: rgb(208,39,255); }

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