Html Css Color HEX #D005EF Psychedelic Purple

📋 copy color: '#D005EF'

red 208 ◦ green 5 ◦ blue 239

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

Shades of Psychedelic Purple #D005EF

Tints of Psychedelic Purple #D005EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 46.02%
G = 1.11%
B = 52.88%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D005EF (or 0xD005EF) is known color: Psychedelic Purple. HEX triplet: D0, 05 and EF. RGB value is (208,5,239). Sum of RGB (Red+Green+Blue) = 208+5+239=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #D005EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005EF is #2FFA10. Grayscale: #5B5B5B. Windows color (decimal): -3144209 or 15664592. OLE color: 15664592.

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

Color convert

RGB 208 5 239 -
CMYK 0.13 0.98 0 0.06
HSL 292.05º 0.96% 0.48% -
HSV(B) 292.05º 0.98% 0.94% -
XYZ 41.65 19.75 83.28 -
YUV 92.37 210.75 210.47 -
System Red Green Blue C M Y K H S L
Decimal 208 5 239 0.13 0.98 0 0.06 292.05 0.96 0.48
Hex D0 5 EF D 62 0 6 124 60 30
Octal 320 5 357 15 142 0 6 444 140 60
Binary 11010000 101 11101111 1101 1100010 0 110 100100100 1100000 110000

Color Harmonies of #D005EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005EF

Black with #D005EF

Text Example


Text Example

White with #D005EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005EF; }

 p { color: rgb(208,5,239); }

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

background-color css

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

 a { background-color: rgb(208,5,239); }

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

border-color css

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

 span { border-color: rgb(208,5,239); }

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