Html Css Color HEX #D71CEE Psychedelic Purple

📋 copy color: '#D71CEE'

red 215 ◦ green 28 ◦ blue 238

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

Shades of Psychedelic Purple #D71CEE

Tints of Psychedelic Purple #D71CEE

RGB

 RED value IS 215 (84.38% from 255) = 44.7%

 GREEN value IS 28 (11.33% from 255) = 5.82%

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

R = 44.7%
G = 5.82%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D71CEE (or 0xD71CEE) is known color: Psychedelic Purple. HEX triplet: D7, 1C and EE. RGB value is (215,28,238). Sum of RGB (Red+Green+Blue) = 215+28+238=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #D71CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CEE is #28E311. Grayscale: #6B6B6B. Windows color (decimal): -2679570 or 15604951. OLE color: 15604951.

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

Color convert

RGB 215 28 238 -
CMYK 0.10 0.88 0 0.07
HSL 293.43º 0.86% 0.52% -
HSV(B) 293.43º 0.88% 0.93% -
XYZ 43.87 21.45 82.72 -
YUV 107.85 201.45 204.42 -
System Red Green Blue C M Y K H S L
Decimal 215 28 238 0.10 0.88 0 0.07 293.43 0.86 0.52
Hex D7 1C EE A 58 0 7 125 56 34
Octal 327 34 356 12 130 0 7 445 126 64
Binary 11010111 11100 11101110 1010 1011000 0 111 100100101 1010110 110100

Color Harmonies of #D71CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CEE

Black with #D71CEE

Text Example


Text Example

White with #D71CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CEE; }

 p { color: rgb(215,28,238); }

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

background-color css

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

 a { background-color: rgb(215,28,238); }

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

border-color css

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

 span { border-color: rgb(215,28,238); }

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