Html Css Color HEX #D027FA Psychedelic Purple

📋 copy color: '#D027FA'

red 208 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D027FA

Tints of Psychedelic Purple #D027FA

RGB

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

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

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

R = 41.85%
G = 7.85%
B = 50.3%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D027FA (or 0xD027FA) is known color: Psychedelic Purple. HEX triplet: D0, 27 and FA. RGB value is (208,39,250). Sum of RGB (Red+Green+Blue) = 208+39+250=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #D027FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027FA is #2FD805. Grayscale: #707070. Windows color (decimal): -3135494 or 16394192. OLE color: 16394192.

HSL color Cylindrical-coordinate representation of color #D027FA: hue angle of 288.06º 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 #D027FA is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 39 250 -
CMYK 0.17 0.84 0 0.02
HSL 288.06º 0.95% 0.57% -
HSV(B) 288.06º 0.84% 0.98% -
XYZ 43.99 21.76 92.32 -
YUV 113.59 204.99 195.34 -
System Red Green Blue C M Y K H S L
Decimal 208 39 250 0.17 0.84 0 0.02 288.06 0.95 0.57
Hex D0 27 FA 11 54 0 2 120 5F 39
Octal 320 47 372 21 124 0 2 440 137 71
Binary 11010000 100111 11111010 10001 1010100 0 10 100100000 1011111 111001

Color Harmonies of #D027FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027FA

Black with #D027FA

Text Example


Text Example

White with #D027FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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