Html Css Color HEX #D005EC Psychedelic Purple

📋 copy color: '#D005EC'

red 208 ◦ green 5 ◦ blue 236

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

Shades of Psychedelic Purple #D005EC

Tints of Psychedelic Purple #D005EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 46.33%
G = 1.11%
B = 52.56%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D005EC (or 0xD005EC) is known color: Psychedelic Purple. HEX triplet: D0, 05 and EC. RGB value is (208,5,236). Sum of RGB (Red+Green+Blue) = 208+5+236=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #D005EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005EC is #2FFA13. Grayscale: #5B5B5B. Windows color (decimal): -3144212 or 15467984. OLE color: 15467984.

HSL color Cylindrical-coordinate representation of color #D005EC: hue angle of 292.73º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005EC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 5 236 -
CMYK 0.12 0.98 0 0.07
HSL 292.73º 0.96% 0.47% -
HSV(B) 292.73º 0.98% 0.93% -
XYZ 41.21 19.57 80.96 -
YUV 92.03 209.25 210.72 -
System Red Green Blue C M Y K H S L
Decimal 208 5 236 0.12 0.98 0 0.07 292.73 0.96 0.47
Hex D0 5 EC C 62 0 7 125 60 2F
Octal 320 5 354 14 142 0 7 445 140 57
Binary 11010000 101 11101100 1100 1100010 0 111 100100101 1100000 101111

Color Harmonies of #D005EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005EC

Black with #D005EC

Text Example


Text Example

White with #D005EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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