Html Css Color HEX #D61BEA Psychedelic Purple

📋 copy color: '#D61BEA'

red 214 ◦ green 27 ◦ blue 234

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

Shades of Psychedelic Purple #D61BEA

Tints of Psychedelic Purple #D61BEA

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 45.05%
G = 5.68%
B = 49.26%

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

#D61BEA (or 0xD61BEA) is known color: Psychedelic Purple. HEX triplet: D6, 1B and EA. RGB value is (214,27,234). Sum of RGB (Red+Green+Blue) = 214+27+234=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #D61BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61BEA is #29E415. Grayscale: #696969. Windows color (decimal): -2745366 or 15342550. OLE color: 15342550.

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

Color convert

RGB 214 27 234 -
CMYK 0.09 0.88 0 0.08
HSL 294.2º 0.83% 0.51% -
HSV(B) 294.2º 0.88% 0.92% -
XYZ 42.97 21.02 79.63 -
YUV 106.51 199.95 204.67 -
System Red Green Blue C M Y K H S L
Decimal 214 27 234 0.09 0.88 0 0.08 294.2 0.83 0.51
Hex D6 1B EA 9 58 0 8 126 53 33
Octal 326 33 352 11 130 0 10 446 123 63
Binary 11010110 11011 11101010 1001 1011000 0 1000 100100110 1010011 110011

Color Harmonies of #D61BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BEA

Black with #D61BEA

Text Example


Text Example

White with #D61BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BEA; }

 p { color: rgb(214,27,234); }

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

background-color css

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

 a { background-color: rgb(214,27,234); }

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

border-color css

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

 span { border-color: rgb(214,27,234); }

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