Html Css Color HEX #D307FE Psychedelic Purple

📋 copy color: '#D307FE'

red 211 ◦ green 7 ◦ blue 254

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

Shades of Psychedelic Purple #D307FE

Tints of Psychedelic Purple #D307FE

RGB

 RED value IS 211 (82.81% from 255) = 44.7%

 GREEN value IS 7 (3.13% from 255) = 1.48%

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 44.7%
G = 1.48%
B = 53.81%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D307FE (or 0xD307FE) is known color: Psychedelic Purple. HEX triplet: D3, 07 and FE. RGB value is (211,7,254). Sum of RGB (Red+Green+Blue) = 211+7+254=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #D307FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D307FE is #2CF801. Grayscale: #5F5F5F. Windows color (decimal): -2947074 or 16648147. OLE color: 16648147.

HSL color Cylindrical-coordinate representation of color #D307FE: hue angle of 289.55º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307FE is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 7 254 -
CMYK 0.17 0.97 0 0.00
HSL 289.55º 0.99% 0.51% -
HSV(B) 289.55º 0.97% 1% -
XYZ 44.83 21.16 95.49 -
YUV 96.15 217.09 209.92 -
System Red Green Blue C M Y K H S L
Decimal 211 7 254 0.17 0.97 0 0.00 289.55 0.99 0.51
Hex D3 7 FE 11 61 0 0 122 63 33
Octal 323 7 376 21 141 0 0 442 143 63
Binary 11010011 111 11111110 10001 1100001 0 0 100100010 1100011 110011

Color Harmonies of #D307FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D307FE

Black with #D307FE

Text Example


Text Example

White with #D307FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D307FE; }

 p { color: rgb(211,7,254); }

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

background-color css

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

 a { background-color: rgb(211,7,254); }

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

border-color css

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

 span { border-color: rgb(211,7,254); }

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