Html Css Color HEX #D427FB Psychedelic Purple

📋 copy color: '#D427FB'

red 212 ◦ green 39 ◦ blue 251

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

Shades of Psychedelic Purple #D427FB

Tints of Psychedelic Purple #D427FB

RGB

 RED value IS 212 (83.2% from 255) = 42.23%

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

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

R = 42.23%
G = 7.77%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D427FB (or 0xD427FB) is known color: Psychedelic Purple. HEX triplet: D4, 27 and FB. RGB value is (212,39,251). Sum of RGB (Red+Green+Blue) = 212+39+251=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #D427FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D427FB is #2BD804. Grayscale: #727272. Windows color (decimal): -2873349 or 16459732. OLE color: 16459732.

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

Color convert

RGB 212 39 251 -
CMYK 0.16 0.84 0 0.02
HSL 288.96º 0.96% 0.57% -
HSV(B) 288.96º 0.84% 0.98% -
XYZ 45.29 22.41 93.21 -
YUV 114.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 212 39 251 0.16 0.84 0 0.02 288.96 0.96 0.57
Hex D4 27 FB 10 54 0 2 121 60 39
Octal 324 47 373 20 124 0 2 441 140 71
Binary 11010100 100111 11111011 10000 1010100 0 10 100100001 1100000 111001

Color Harmonies of #D427FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427FB

Black with #D427FB

Text Example


Text Example

White with #D427FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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