Html Css Color HEX #D007FD Psychedelic Purple

📋 copy color: '#D007FD'

red 208 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #D007FD

Tints of Psychedelic Purple #D007FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 44.44%
G = 1.5%
B = 54.06%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D007FD (or 0xD007FD) is known color: Psychedelic Purple. HEX triplet: D0, 07 and FD. RGB value is (208,7,253). Sum of RGB (Red+Green+Blue) = 208+7+253=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #D007FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007FD is #2FF802. Grayscale: #5E5E5E. Windows color (decimal): -3143683 or 16582608. OLE color: 16582608.

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

Color convert

RGB 208 7 253 -
CMYK 0.18 0.97 0 0.01
HSL 289.02º 0.98% 0.51% -
HSV(B) 289.02º 0.97% 0.99% -
XYZ 43.82 20.65 94.61 -
YUV 95.14 217.09 208.5 -
System Red Green Blue C M Y K H S L
Decimal 208 7 253 0.18 0.97 0 0.01 289.02 0.98 0.51
Hex D0 7 FD 12 61 0 1 121 62 33
Octal 320 7 375 22 141 0 1 441 142 63
Binary 11010000 111 11111101 10010 1100001 0 1 100100001 1100010 110011

Color Harmonies of #D007FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007FD

Black with #D007FD

Text Example


Text Example

White with #D007FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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