Html Css Color HEX #D71CEB Psychedelic Purple

📋 copy color: '#D71CEB'

red 215 ◦ green 28 ◦ blue 235

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

Shades of Psychedelic Purple #D71CEB

Tints of Psychedelic Purple #D71CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 44.98%
G = 5.86%
B = 49.16%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D71CEB (or 0xD71CEB) is known color: Psychedelic Purple. HEX triplet: D7, 1C and EB. RGB value is (215,28,235). Sum of RGB (Red+Green+Blue) = 215+28+235=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #D71CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CEB is #28E314. Grayscale: #6A6A6A. Windows color (decimal): -2679573 or 15408343. OLE color: 15408343.

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

Color convert

RGB 215 28 235 -
CMYK 0.09 0.88 0 0.08
HSL 294.2º 0.84% 0.52% -
HSV(B) 294.2º 0.88% 0.92% -
XYZ 43.43 21.28 80.41 -
YUV 107.51 199.95 204.67 -
System Red Green Blue C M Y K H S L
Decimal 215 28 235 0.09 0.88 0 0.08 294.2 0.84 0.52
Hex D7 1C EB 9 58 0 8 126 54 34
Octal 327 34 353 11 130 0 10 446 124 64
Binary 11010111 11100 11101011 1001 1011000 0 1000 100100110 1010100 110100

Color Harmonies of #D71CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CEB

Black with #D71CEB

Text Example


Text Example

White with #D71CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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