Html Css Color HEX #D605EE Psychedelic Purple

📋 copy color: '#D605EE'

red 214 ◦ green 5 ◦ blue 238

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

Shades of Psychedelic Purple #D605EE

Tints of Psychedelic Purple #D605EE

RGB

 RED value IS 214 (83.98% from 255) = 46.83%

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

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

R = 46.83%
G = 1.09%
B = 52.08%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D605EE (or 0xD605EE) is known color: Psychedelic Purple. HEX triplet: D6, 05 and EE. RGB value is (214,5,238). Sum of RGB (Red+Green+Blue) = 214+5+238=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #D605EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D605EE is #29FA11. Grayscale: #5D5D5D. Windows color (decimal): -2750994 or 15599062. OLE color: 15599062.

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

Color convert

RGB 214 5 238 -
CMYK 0.10 0.98 0 0.07
HSL 293.82º 0.96% 0.48% -
HSV(B) 293.82º 0.98% 0.93% -
XYZ 43.22 20.58 82.58 -
YUV 94.05 209.24 213.55 -
System Red Green Blue C M Y K H S L
Decimal 214 5 238 0.10 0.98 0 0.07 293.82 0.96 0.48
Hex D6 5 EE A 62 0 7 126 60 30
Octal 326 5 356 12 142 0 7 446 140 60
Binary 11010110 101 11101110 1010 1100010 0 111 100100110 1100000 110000

Color Harmonies of #D605EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605EE

Black with #D605EE

Text Example


Text Example

White with #D605EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605EE; }

 p { color: rgb(214,5,238); }

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

background-color css

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

 a { background-color: rgb(214,5,238); }

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

border-color css

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

 span { border-color: rgb(214,5,238); }

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