Html Css Color HEX #D71CE9 Psychedelic Purple

📋 copy color: '#D71CE9'

red 215 ◦ green 28 ◦ blue 233

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

Shades of Psychedelic Purple #D71CE9

Tints of Psychedelic Purple #D71CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.95%

R = 45.17%
G = 5.88%
B = 48.95%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D71CE9 (or 0xD71CE9) is known color: Psychedelic Purple. HEX triplet: D7, 1C and E9. RGB value is (215,28,233). Sum of RGB (Red+Green+Blue) = 215+28+233=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #D71CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CE9 is #28E316. Grayscale: #6A6A6A. Windows color (decimal): -2679575 or 15277271. OLE color: 15277271.

HSL color Cylindrical-coordinate representation of color #D71CE9: hue angle of 294.73º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71CE9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 28 233 -
CMYK 0.08 0.88 0 0.09
HSL 294.73º 0.82% 0.51% -
HSV(B) 294.73º 0.88% 0.91% -
XYZ 43.15 21.16 78.9 -
YUV 107.28 198.95 204.83 -
System Red Green Blue C M Y K H S L
Decimal 215 28 233 0.08 0.88 0 0.09 294.73 0.82 0.51
Hex D7 1C E9 8 58 0 9 127 52 33
Octal 327 34 351 10 130 0 11 447 122 63
Binary 11010111 11100 11101001 1000 1011000 0 1001 100100111 1010010 110011

Color Harmonies of #D71CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CE9

Black with #D71CE9

Text Example


Text Example

White with #D71CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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