Html Css Color HEX #D51BE6 Psychedelic Purple

📋 copy color: '#D51BE6'

red 213 ◦ green 27 ◦ blue 230

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

Shades of Psychedelic Purple #D51BE6

Tints of Psychedelic Purple #D51BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 45.32%
G = 5.74%
B = 48.94%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D51BE6 (or 0xD51BE6) is known color: Psychedelic Purple. HEX triplet: D5, 1B and E6. RGB value is (213,27,230). Sum of RGB (Red+Green+Blue) = 213+27+230=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #D51BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51BE6 is #2AE419. Grayscale: #696969. Windows color (decimal): -2810906 or 15080405. OLE color: 15080405.

HSL color Cylindrical-coordinate representation of color #D51BE6: hue angle of 294.98º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51BE6 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 27 230 -
CMYK 0.07 0.88 0 0.10
HSL 294.98º 0.8% 0.5% -
HSV(B) 294.98º 0.88% 0.9% -
XYZ 42.12 20.64 76.63 -
YUV 105.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 213 27 230 0.07 0.88 0 0.10 294.98 0.8 0.5
Hex D5 1B E6 7 58 0 A 127 50 32
Octal 325 33 346 7 130 0 12 447 120 62
Binary 11010101 11011 11100110 111 1011000 0 1010 100100111 1010000 110010

Color Harmonies of #D51BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BE6

Black with #D51BE6

Text Example


Text Example

White with #D51BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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