Html Css Color HEX #D134FF Psychedelic Purple

📋 copy color: '#D134FF'

red 209 ◦ green 52 ◦ blue 255

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

Shades of Psychedelic Purple #D134FF

Tints of Psychedelic Purple #D134FF

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

 GREEN value IS 52 (20.7% from 255) = 10.08%

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

R = 40.5%
G = 10.08%
B = 49.42%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D134FF (or 0xD134FF) is known color: Psychedelic Purple. HEX triplet: D1, 34 and FF. RGB value is (209,52,255). Sum of RGB (Red+Green+Blue) = 209+52+255=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 52 (20.70% from 255 or 10.08% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #D134FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D134FF is #2ECB00. Grayscale: #797979. Windows color (decimal): -3066625 or 16725201. OLE color: 16725201.

HSL color Cylindrical-coordinate representation of color #D134FF: hue angle of 286.4º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D134FF is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 52 255 -
CMYK 0.18 0.80 0 0
HSL 286.4º 1% 0.6% -
HSV(B) 286.4º 0.8% 1% -
XYZ 45.57 23.23 96.69 -
YUV 122.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 209 52 255 0.18 0.80 0 0 286.4 1 0.6
Hex D1 34 FF 12 50 0 0 11E 64 3C
Octal 321 64 377 22 120 0 0 436 144 74
Binary 11010001 110100 11111111 10010 1010000 0 0 100011110 1100100 111100

Color Harmonies of #D134FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134FF

Black with #D134FF

Text Example


Text Example

White with #D134FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134FF; }

 p { color: rgb(209,52,255); }

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

background-color css

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

 a { background-color: rgb(209,52,255); }

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

border-color css

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

 span { border-color: rgb(209,52,255); }

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