Html Css Color HEX #D907FA Psychedelic Purple

📋 copy color: '#D907FA'

red 217 ◦ green 7 ◦ blue 250

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

Shades of Psychedelic Purple #D907FA

Tints of Psychedelic Purple #D907FA

RGB

 RED value IS 217 (85.16% from 255) = 45.78%

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 45.78%
G = 1.48%
B = 52.74%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D907FA (or 0xD907FA) is known color: Psychedelic Purple. HEX triplet: D9, 07 and FA. RGB value is (217,7,250). Sum of RGB (Red+Green+Blue) = 217+7+250=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #D907FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D907FA is #26F805. Grayscale: #606060. Windows color (decimal): -2553862 or 16386009. OLE color: 16386009.

HSL color Cylindrical-coordinate representation of color #D907FA: hue angle of 291.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D907FA is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 7 250 -
CMYK 0.13 0.97 0 0.02
HSL 291.85º 0.96% 0.5% -
HSV(B) 291.85º 0.97% 0.98% -
XYZ 45.95 21.81 92.23 -
YUV 97.49 214.07 213.24 -
System Red Green Blue C M Y K H S L
Decimal 217 7 250 0.13 0.97 0 0.02 291.85 0.96 0.5
Hex D9 7 FA D 61 0 2 124 60 32
Octal 331 7 372 15 141 0 2 444 140 62
Binary 11011001 111 11111010 1101 1100001 0 10 100100100 1100000 110010

Color Harmonies of #D907FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D907FA

Black with #D907FA

Text Example


Text Example

White with #D907FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D907FA; }

 p { color: rgb(217,7,250); }

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

background-color css

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

 a { background-color: rgb(217,7,250); }

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

border-color css

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

 span { border-color: rgb(217,7,250); }

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