Html Css Color HEX #D603EB Psychedelic Purple

📋 copy color: '#D603EB'

red 214 ◦ green 3 ◦ blue 235

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

Shades of Psychedelic Purple #D603EB

Tints of Psychedelic Purple #D603EB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 47.35%
G = 0.66%
B = 51.99%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D603EB (or 0xD603EB) is known color: Psychedelic Purple. HEX triplet: D6, 03 and EB. RGB value is (214,3,235). Sum of RGB (Red+Green+Blue) = 214+3+235=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #D603EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D603EB is #29FC14. Grayscale: #5B5B5B. Windows color (decimal): -2751509 or 15401942. OLE color: 15401942.

HSL color Cylindrical-coordinate representation of color #D603EB: hue angle of 294.57º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603EB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 3 235 -
CMYK 0.09 0.99 0 0.08
HSL 294.57º 0.97% 0.47% -
HSV(B) 294.57º 0.99% 0.92% -
XYZ 42.76 20.36 80.27 -
YUV 92.54 208.4 214.64 -
System Red Green Blue C M Y K H S L
Decimal 214 3 235 0.09 0.99 0 0.08 294.57 0.97 0.47
Hex D6 3 EB 9 63 0 8 127 61 2F
Octal 326 3 353 11 143 0 10 447 141 57
Binary 11010110 11 11101011 1001 1100011 0 1000 100100111 1100001 101111

Color Harmonies of #D603EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603EB

Black with #D603EB

Text Example


Text Example

White with #D603EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603EB; }

 p { color: rgb(214,3,235); }

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

background-color css

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

 a { background-color: rgb(214,3,235); }

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

border-color css

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

 span { border-color: rgb(214,3,235); }

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