Html Css Color HEX #D027FB Psychedelic Purple

📋 copy color: '#D027FB'

red 208 ◦ green 39 ◦ blue 251

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

Shades of Psychedelic Purple #D027FB

Tints of Psychedelic Purple #D027FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 41.77%
G = 7.83%
B = 50.4%

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

#D027FB (or 0xD027FB) is known color: Psychedelic Purple. HEX triplet: D0, 27 and FB. RGB value is (208,39,251). Sum of RGB (Red+Green+Blue) = 208+39+251=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #D027FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027FB is #2FD804. Grayscale: #717171. Windows color (decimal): -3135493 or 16459728. OLE color: 16459728.

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

Color convert

RGB 208 39 251 -
CMYK 0.17 0.84 0 0.02
HSL 287.83º 0.96% 0.57% -
HSV(B) 287.83º 0.84% 0.98% -
XYZ 44.15 21.83 93.15 -
YUV 113.7 205.49 195.26 -
System Red Green Blue C M Y K H S L
Decimal 208 39 251 0.17 0.84 0 0.02 287.83 0.96 0.57
Hex D0 27 FB 11 54 0 2 120 60 39
Octal 320 47 373 21 124 0 2 440 140 71
Binary 11010000 100111 11111011 10001 1010100 0 10 100100000 1100000 111001

Color Harmonies of #D027FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027FB

Black with #D027FB

Text Example


Text Example

White with #D027FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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