Html Css Color HEX #D71BEC Psychedelic Purple

📋 copy color: '#D71BEC'

red 215 ◦ green 27 ◦ blue 236

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

Shades of Psychedelic Purple #D71BEC

Tints of Psychedelic Purple #D71BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.65%

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

R = 44.98%
G = 5.65%
B = 49.37%

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

#D71BEC (or 0xD71BEC) is known color: Psychedelic Purple. HEX triplet: D7, 1B and EC. RGB value is (215,27,236). Sum of RGB (Red+Green+Blue) = 215+27+236=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #D71BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BEC is #28E413. Grayscale: #6A6A6A. Windows color (decimal): -2679828 or 15473623. OLE color: 15473623.

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

Color convert

RGB 215 27 236 -
CMYK 0.09 0.89 0 0.07
HSL 293.97º 0.85% 0.52% -
HSV(B) 293.97º 0.89% 0.93% -
XYZ 43.56 21.29 81.17 -
YUV 107.04 200.78 205.01 -
System Red Green Blue C M Y K H S L
Decimal 215 27 236 0.09 0.89 0 0.07 293.97 0.85 0.52
Hex D7 1B EC 9 59 0 7 126 55 34
Octal 327 33 354 11 131 0 7 446 125 64
Binary 11010111 11011 11101100 1001 1011001 0 111 100100110 1010101 110100

Color Harmonies of #D71BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BEC

Black with #D71BEC

Text Example


Text Example

White with #D71BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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