Html Css Color HEX #D51BE9 Psychedelic Purple

📋 copy color: '#D51BE9'

red 213 ◦ green 27 ◦ blue 233

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

Shades of Psychedelic Purple #D51BE9

Tints of Psychedelic Purple #D51BE9

RGB

 RED value IS 213 (83.59% from 255) = 45.03%

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

 BLUE value IS 233 (91.41% from 255) = 49.26%

R = 45.03%
G = 5.71%
B = 49.26%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D51BE9 (or 0xD51BE9) is known color: Psychedelic Purple. HEX triplet: D5, 1B and E9. RGB value is (213,27,233). Sum of RGB (Red+Green+Blue) = 213+27+233=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #D51BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51BE9 is #2AE416. Grayscale: #696969. Windows color (decimal): -2810903 or 15277013. OLE color: 15277013.

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

Color convert

RGB 213 27 233 -
CMYK 0.09 0.88 0 0.09
HSL 294.17º 0.82% 0.51% -
HSV(B) 294.17º 0.88% 0.91% -
XYZ 42.54 20.81 78.87 -
YUV 106.1 199.62 204.25 -
System Red Green Blue C M Y K H S L
Decimal 213 27 233 0.09 0.88 0 0.09 294.17 0.82 0.51
Hex D5 1B E9 9 58 0 9 126 52 33
Octal 325 33 351 11 130 0 11 446 122 63
Binary 11010101 11011 11101001 1001 1011000 0 1001 100100110 1010010 110011

Color Harmonies of #D51BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BE9

Black with #D51BE9

Text Example


Text Example

White with #D51BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BE9; }

 p { color: rgb(213,27,233); }

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

background-color css

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

 a { background-color: rgb(213,27,233); }

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

border-color css

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

 span { border-color: rgb(213,27,233); }

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