Html Css Color HEX #D527F3 Psychedelic Purple

📋 copy color: '#D527F3'

red 213 ◦ green 39 ◦ blue 243

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

Shades of Psychedelic Purple #D527F3

Tints of Psychedelic Purple #D527F3

RGB

 RED value IS 213 (83.59% from 255) = 43.03%

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

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

R = 43.03%
G = 7.88%
B = 49.09%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D527F3 (or 0xD527F3) is known color: Psychedelic Purple. HEX triplet: D5, 27 and F3. RGB value is (213,39,243). Sum of RGB (Red+Green+Blue) = 213+39+243=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #D527F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527F3 is #2AD80C. Grayscale: #717171. Windows color (decimal): -2807821 or 15935445. OLE color: 15935445.

HSL color Cylindrical-coordinate representation of color #D527F3: hue angle of 291.18º 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 #D527F3 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 39 243 -
CMYK 0.12 0.84 0 0.05
HSL 291.18º 0.89% 0.55% -
HSV(B) 291.18º 0.84% 0.95% -
XYZ 44.34 22.07 86.72 -
YUV 114.28 200.65 198.41 -
System Red Green Blue C M Y K H S L
Decimal 213 39 243 0.12 0.84 0 0.05 291.18 0.89 0.55
Hex D5 27 F3 C 54 0 5 123 59 37
Octal 325 47 363 14 124 0 5 443 131 67
Binary 11010101 100111 11110011 1100 1010100 0 101 100100011 1011001 110111

Color Harmonies of #D527F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527F3

Black with #D527F3

Text Example


Text Example

White with #D527F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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