Html Css Color HEX #D427F3 Psychedelic Purple

📋 copy color: '#D427F3'

red 212 ◦ green 39 ◦ blue 243

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

Shades of Psychedelic Purple #D427F3

Tints of Psychedelic Purple #D427F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 42.91%
G = 7.89%
B = 49.19%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D427F3 (or 0xD427F3) is known color: Psychedelic Purple. HEX triplet: D4, 27 and F3. RGB value is (212,39,243). Sum of RGB (Red+Green+Blue) = 212+39+243=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #D427F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D427F3 is #2BD80C. Grayscale: #717171. Windows color (decimal): -2873357 or 15935444. OLE color: 15935444.

HSL color Cylindrical-coordinate representation of color #D427F3: hue angle of 290.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D427F3 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 39 243 -
CMYK 0.13 0.84 0 0.05
HSL 290.88º 0.89% 0.55% -
HSV(B) 290.88º 0.84% 0.95% -
XYZ 44.05 21.92 86.7 -
YUV 113.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 212 39 243 0.13 0.84 0 0.05 290.88 0.89 0.55
Hex D4 27 F3 D 54 0 5 123 59 37
Octal 324 47 363 15 124 0 5 443 131 67
Binary 11010100 100111 11110011 1101 1010100 0 101 100100011 1011001 110111

Color Harmonies of #D427F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427F3

Black with #D427F3

Text Example


Text Example

White with #D427F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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