Html Css Color HEX #D71CFF Psychedelic Purple

📋 copy color: '#D71CFF'

red 215 ◦ green 28 ◦ blue 255

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

Shades of Psychedelic Purple #D71CFF

Tints of Psychedelic Purple #D71CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 43.17%
G = 5.62%
B = 51.2%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D71CFF (or 0xD71CFF) is known color: Psychedelic Purple. HEX triplet: D7, 1C and FF. RGB value is (215,28,255). Sum of RGB (Red+Green+Blue) = 215+28+255=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #D71CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CFF is #28E300. Grayscale: #6D6D6D. Windows color (decimal): -2679553 or 16719063. OLE color: 16719063.

HSL color Cylindrical-coordinate representation of color #D71CFF: hue angle of 289.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71CFF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 28 255 -
CMYK 0.16 0.89 0 0
HSL 289.43º 1% 0.55% -
HSV(B) 289.43º 0.89% 1% -
XYZ 46.49 22.5 96.5 -
YUV 109.79 209.95 203.04 -
System Red Green Blue C M Y K H S L
Decimal 215 28 255 0.16 0.89 0 0 289.43 1 0.55
Hex D7 1C FF 10 59 0 0 121 64 37
Octal 327 34 377 20 131 0 0 441 144 67
Binary 11010111 11100 11111111 10000 1011001 0 0 100100001 1100100 110111

Color Harmonies of #D71CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CFF

Black with #D71CFF

Text Example


Text Example

White with #D71CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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