Html Css Color HEX #D71CEA Psychedelic Purple

📋 copy color: '#D71CEA'

red 215 ◦ green 28 ◦ blue 234

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

Shades of Psychedelic Purple #D71CEA

Tints of Psychedelic Purple #D71CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 45.07%
G = 5.87%
B = 49.06%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D71CEA (or 0xD71CEA) is known color: Psychedelic Purple. HEX triplet: D7, 1C and EA. RGB value is (215,28,234). Sum of RGB (Red+Green+Blue) = 215+28+234=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #D71CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CEA is #28E315. Grayscale: #6A6A6A. Windows color (decimal): -2679574 or 15342807. OLE color: 15342807.

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

Color convert

RGB 215 28 234 -
CMYK 0.08 0.88 0 0.08
HSL 294.47º 0.83% 0.51% -
HSV(B) 294.47º 0.88% 0.92% -
XYZ 43.29 21.22 79.66 -
YUV 107.4 199.45 204.75 -
System Red Green Blue C M Y K H S L
Decimal 215 28 234 0.08 0.88 0 0.08 294.47 0.83 0.51
Hex D7 1C EA 8 58 0 8 126 53 33
Octal 327 34 352 10 130 0 10 446 123 63
Binary 11010111 11100 11101010 1000 1011000 0 1000 100100110 1010011 110011

Color Harmonies of #D71CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CEA

Black with #D71CEA

Text Example


Text Example

White with #D71CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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