Html Css Color HEX #D505F3 Psychedelic Purple

📋 copy color: '#D505F3'

red 213 ◦ green 5 ◦ blue 243

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

Shades of Psychedelic Purple #D505F3

Tints of Psychedelic Purple #D505F3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

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

R = 46.2%
G = 1.08%
B = 52.71%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D505F3 (or 0xD505F3) is known color: Psychedelic Purple. HEX triplet: D5, 05 and F3. RGB value is (213,5,243). Sum of RGB (Red+Green+Blue) = 213+5+243=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #D505F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D505F3 is #2AFA0C. Grayscale: #5D5D5D. Windows color (decimal): -2816525 or 15926741. OLE color: 15926741.

HSL color Cylindrical-coordinate representation of color #D505F3: hue angle of 292.44º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D505F3 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 5 243 -
CMYK 0.12 0.98 0 0.05
HSL 292.44º 0.96% 0.49% -
HSV(B) 292.44º 0.98% 0.95% -
XYZ 43.67 20.73 86.49 -
YUV 94.32 211.91 212.65 -
System Red Green Blue C M Y K H S L
Decimal 213 5 243 0.12 0.98 0 0.05 292.44 0.96 0.49
Hex D5 5 F3 C 62 0 5 124 60 31
Octal 325 5 363 14 142 0 5 444 140 61
Binary 11010101 101 11110011 1100 1100010 0 101 100100100 1100000 110001

Color Harmonies of #D505F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505F3

Black with #D505F3

Text Example


Text Example

White with #D505F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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