Html Css Color HEX #D007EE Psychedelic Purple

📋 copy color: '#D007EE'

red 208 ◦ green 7 ◦ blue 238

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

Shades of Psychedelic Purple #D007EE

Tints of Psychedelic Purple #D007EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 45.92%
G = 1.55%
B = 52.54%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D007EE (or 0xD007EE) is known color: Psychedelic Purple. HEX triplet: D0, 07 and EE. RGB value is (208,7,238). Sum of RGB (Red+Green+Blue) = 208+7+238=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #D007EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D007EE is #2FF811. Grayscale: #5C5C5C. Windows color (decimal): -3143698 or 15599568. OLE color: 15599568.

HSL color Cylindrical-coordinate representation of color #D007EE: hue angle of 292.21º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007EE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 7 238 -
CMYK 0.13 0.97 0 0.07
HSL 292.21º 0.94% 0.48% -
HSV(B) 292.21º 0.97% 0.93% -
XYZ 41.52 19.73 82.51 -
YUV 93.43 209.59 209.72 -
System Red Green Blue C M Y K H S L
Decimal 208 7 238 0.13 0.97 0 0.07 292.21 0.94 0.48
Hex D0 7 EE D 61 0 7 124 5E 30
Octal 320 7 356 15 141 0 7 444 136 60
Binary 11010000 111 11101110 1101 1100001 0 111 100100100 1011110 110000

Color Harmonies of #D007EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007EE

Black with #D007EE

Text Example


Text Example

White with #D007EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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