Html Css Color HEX #D007F1 Psychedelic Purple

📋 copy color: '#D007F1'

red 208 ◦ green 7 ◦ blue 241

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

Shades of Psychedelic Purple #D007F1

Tints of Psychedelic Purple #D007F1

RGB

 RED value IS 208 (81.64% from 255) = 45.61%

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

 BLUE value IS 241 (94.53% from 255) = 52.85%

R = 45.61%
G = 1.54%
B = 52.85%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D007F1 (or 0xD007F1) is known color: Psychedelic Purple. HEX triplet: D0, 07 and F1. RGB value is (208,7,241). Sum of RGB (Red+Green+Blue) = 208+7+241=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #D007F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007F1 is #2FF80E. Grayscale: #5D5D5D. Windows color (decimal): -3143695 or 15796176. OLE color: 15796176.

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

Color convert

RGB 208 7 241 -
CMYK 0.14 0.97 0 0.05
HSL 291.54º 0.94% 0.49% -
HSV(B) 291.54º 0.97% 0.95% -
XYZ 41.97 19.91 84.85 -
YUV 93.78 211.09 209.47 -
System Red Green Blue C M Y K H S L
Decimal 208 7 241 0.14 0.97 0 0.05 291.54 0.94 0.49
Hex D0 7 F1 E 61 0 5 124 5E 31
Octal 320 7 361 16 141 0 5 444 136 61
Binary 11010000 111 11110001 1110 1100001 0 101 100100100 1011110 110001

Color Harmonies of #D007F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007F1

Black with #D007F1

Text Example


Text Example

White with #D007F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007F1; }

 p { color: rgb(208,7,241); }

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

background-color css

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

 a { background-color: rgb(208,7,241); }

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

border-color css

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

 span { border-color: rgb(208,7,241); }

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