Html Css Color HEX #D427FF Psychedelic Purple

📋 copy color: '#D427FF'

red 212 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #D427FF

Tints of Psychedelic Purple #D427FF

RGB

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

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

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

R = 41.9%
G = 7.71%
B = 50.4%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D427FF (or 0xD427FF) is known color: Psychedelic Purple. HEX triplet: D4, 27 and FF. RGB value is (212,39,255). Sum of RGB (Red+Green+Blue) = 212+39+255=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #D427FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D427FF is #2BD800. Grayscale: #727272. Windows color (decimal): -2873345 or 16721876. OLE color: 16721876.

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

Color convert

RGB 212 39 255 -
CMYK 0.17 0.85 0 0
HSL 288.06º 1% 0.58% -
HSV(B) 288.06º 0.85% 1% -
XYZ 45.93 22.67 96.56 -
YUV 115.35 206.81 196.94 -
System Red Green Blue C M Y K H S L
Decimal 212 39 255 0.17 0.85 0 0 288.06 1 0.58
Hex D4 27 FF 11 55 0 0 120 64 3A
Octal 324 47 377 21 125 0 0 440 144 72
Binary 11010100 100111 11111111 10001 1010101 0 0 100100000 1100100 111010

Color Harmonies of #D427FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427FF

Black with #D427FF

Text Example


Text Example

White with #D427FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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