Html Css Color HEX #D71AEC Psychedelic Purple

📋 copy color: '#D71AEC'

red 215 ◦ green 26 ◦ blue 236

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

Shades of Psychedelic Purple #D71AEC

Tints of Psychedelic Purple #D71AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.45%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 45.07%
G = 5.45%
B = 49.48%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D71AEC (or 0xD71AEC) is known color: Psychedelic Purple. HEX triplet: D7, 1A and EC. RGB value is (215,26,236). Sum of RGB (Red+Green+Blue) = 215+26+236=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #D71AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AEC is #28E513. Grayscale: #696969. Windows color (decimal): -2680084 or 15473367. OLE color: 15473367.

HSL color Cylindrical-coordinate representation of color #D71AEC: hue angle of 294º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71AEC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 26 236 -
CMYK 0.09 0.89 0 0.07
HSL 294º 0.85% 0.51% -
HSV(B) 294º 0.89% 0.93% -
XYZ 43.53 21.24 81.16 -
YUV 106.45 201.12 205.42 -
System Red Green Blue C M Y K H S L
Decimal 215 26 236 0.09 0.89 0 0.07 294 0.85 0.51
Hex D7 1A EC 9 59 0 7 126 55 33
Octal 327 32 354 11 131 0 7 446 125 63
Binary 11010111 11010 11101100 1001 1011001 0 111 100100110 1010101 110011

Color Harmonies of #D71AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AEC

Black with #D71AEC

Text Example


Text Example

White with #D71AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AEC; }

 p { color: rgb(215,26,236); }

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

background-color css

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

 a { background-color: rgb(215,26,236); }

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

border-color css

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

 span { border-color: rgb(215,26,236); }

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