Html Css Color HEX #D027FE Psychedelic Purple

📋 copy color: '#D027FE'

red 208 ◦ green 39 ◦ blue 254

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

Shades of Psychedelic Purple #D027FE

Tints of Psychedelic Purple #D027FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 41.52%
G = 7.78%
B = 50.7%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D027FE (or 0xD027FE) is known color: Psychedelic Purple. HEX triplet: D0, 27 and FE. RGB value is (208,39,254). Sum of RGB (Red+Green+Blue) = 208+39+254=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #D027FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027FE is #2FD801. Grayscale: #717171. Windows color (decimal): -3135490 or 16656336. OLE color: 16656336.

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

Color convert

RGB 208 39 254 -
CMYK 0.18 0.85 0 0.00
HSL 287.16º 0.99% 0.57% -
HSV(B) 287.16º 0.85% 1% -
XYZ 44.63 22.02 95.66 -
YUV 114.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 208 39 254 0.18 0.85 0 0.00 287.16 0.99 0.57
Hex D0 27 FE 12 55 0 0 11F 63 39
Octal 320 47 376 22 125 0 0 437 143 71
Binary 11010000 100111 11111110 10010 1010101 0 0 100011111 1100011 111001

Color Harmonies of #D027FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027FE

Black with #D027FE

Text Example


Text Example

White with #D027FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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