Html Css Color HEX #D434F6 Psychedelic Purple

📋 copy color: '#D434F6'

red 212 ◦ green 52 ◦ blue 246

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

Shades of Psychedelic Purple #D434F6

Tints of Psychedelic Purple #D434F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.24%

R = 41.57%
G = 10.2%
B = 48.24%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D434F6 (or 0xD434F6) is known color: Psychedelic Purple. HEX triplet: D4, 34 and F6. RGB value is (212,52,246). Sum of RGB (Red+Green+Blue) = 212+52+246=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 52 (20.70% from 255 or 10.20% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #D434F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434F6 is #2BCB09. Grayscale: #797979. Windows color (decimal): -2870026 or 16135380. OLE color: 16135380.

HSL color Cylindrical-coordinate representation of color #D434F6: hue angle of 289.48º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D434F6 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 52 246 -
CMYK 0.14 0.79 0 0.04
HSL 289.48º 0.92% 0.58% -
HSV(B) 289.48º 0.79% 0.96% -
XYZ 45.01 23.11 89.28 -
YUV 121.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 212 52 246 0.14 0.79 0 0.04 289.48 0.92 0.58
Hex D4 34 F6 E 4F 0 4 121 5C 3A
Octal 324 64 366 16 117 0 4 441 134 72
Binary 11010100 110100 11110110 1110 1001111 0 100 100100001 1011100 111010

Color Harmonies of #D434F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434F6

Black with #D434F6

Text Example


Text Example

White with #D434F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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