Html Css Color HEX #D434FF Psychedelic Purple

📋 copy color: '#D434FF'

red 212 ◦ green 52 ◦ blue 255

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

Shades of Psychedelic Purple #D434FF

Tints of Psychedelic Purple #D434FF

RGB

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

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

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

R = 40.85%
G = 10.02%
B = 49.13%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D434FF (or 0xD434FF) is known color: Psychedelic Purple. HEX triplet: D4, 34 and FF. RGB value is (212,52,255). Sum of RGB (Red+Green+Blue) = 212+52+255=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #D434FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434FF is #2BCB00. Grayscale: #7A7A7A. Windows color (decimal): -2870017 or 16725204. OLE color: 16725204.

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

Color convert

RGB 212 52 255 -
CMYK 0.17 0.80 0 0
HSL 287.29º 1% 0.6% -
HSV(B) 287.29º 0.8% 1% -
XYZ 46.43 23.67 96.73 -
YUV 122.98 202.51 191.49 -
System Red Green Blue C M Y K H S L
Decimal 212 52 255 0.17 0.80 0 0 287.29 1 0.6
Hex D4 34 FF 11 50 0 0 11F 64 3C
Octal 324 64 377 21 120 0 0 437 144 74
Binary 11010100 110100 11111111 10001 1010000 0 0 100011111 1100100 111100

Color Harmonies of #D434FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434FF

Black with #D434FF

Text Example


Text Example

White with #D434FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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