Html Css Color HEX #D61CEA Psychedelic Purple

📋 copy color: '#D61CEA'

red 214 ◦ green 28 ◦ blue 234

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

Shades of Psychedelic Purple #D61CEA

Tints of Psychedelic Purple #D61CEA

RGB

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

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

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

R = 44.96%
G = 5.88%
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

#D61CEA (or 0xD61CEA) is known color: Psychedelic Purple. HEX triplet: D6, 1C and EA. RGB value is (214,28,234). Sum of RGB (Red+Green+Blue) = 214+28+234=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #D61CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CEA is #29E315. Grayscale: #6A6A6A. Windows color (decimal): -2745110 or 15342806. OLE color: 15342806.

HSL color Cylindrical-coordinate representation of color #D61CEA: hue angle of 294.17º 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 #D61CEA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 28 234 -
CMYK 0.09 0.88 0 0.08
HSL 294.17º 0.83% 0.51% -
HSV(B) 294.17º 0.88% 0.92% -
XYZ 43 21.07 79.64 -
YUV 107.1 199.62 204.25 -
System Red Green Blue C M Y K H S L
Decimal 214 28 234 0.09 0.88 0 0.08 294.17 0.83 0.51
Hex D6 1C EA 9 58 0 8 126 53 33
Octal 326 34 352 11 130 0 10 446 123 63
Binary 11010110 11100 11101010 1001 1011000 0 1000 100100110 1010011 110011

Color Harmonies of #D61CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CEA

Black with #D61CEA

Text Example


Text Example

White with #D61CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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