Html Css Color HEX #D603EE Psychedelic Purple

📋 copy color: '#D603EE'

red 214 ◦ green 3 ◦ blue 238

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

Shades of Psychedelic Purple #D603EE

Tints of Psychedelic Purple #D603EE

RGB

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

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

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

R = 47.03%
G = 0.66%
B = 52.31%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D603EE (or 0xD603EE) is known color: Psychedelic Purple. HEX triplet: D6, 03 and EE. RGB value is (214,3,238). Sum of RGB (Red+Green+Blue) = 214+3+238=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #D603EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D603EE is #29FC11. Grayscale: #5C5C5C. Windows color (decimal): -2751506 or 15598550. OLE color: 15598550.

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

Color convert

RGB 214 3 238 -
CMYK 0.10 0.99 0 0.07
HSL 293.87º 0.98% 0.47% -
HSV(B) 293.87º 0.99% 0.93% -
XYZ 43.2 20.53 82.58 -
YUV 92.88 209.9 214.39 -
System Red Green Blue C M Y K H S L
Decimal 214 3 238 0.10 0.99 0 0.07 293.87 0.98 0.47
Hex D6 3 EE A 63 0 7 126 62 2F
Octal 326 3 356 12 143 0 7 446 142 57
Binary 11010110 11 11101110 1010 1100011 0 111 100100110 1100010 101111

Color Harmonies of #D603EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603EE

Black with #D603EE

Text Example


Text Example

White with #D603EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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