Html Css Color HEX #D61CE9 Psychedelic Purple

📋 copy color: '#D61CE9'

red 214 ◦ green 28 ◦ blue 233

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

Shades of Psychedelic Purple #D61CE9

Tints of Psychedelic Purple #D61CE9

RGB

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

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

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

R = 45.05%
G = 5.89%
B = 49.05%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D61CE9 (or 0xD61CE9) is known color: Psychedelic Purple. HEX triplet: D6, 1C and E9. RGB value is (214,28,233). Sum of RGB (Red+Green+Blue) = 214+28+233=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #D61CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CE9 is #29E316. Grayscale: #6A6A6A. Windows color (decimal): -2745111 or 15277270. OLE color: 15277270.

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

Color convert

RGB 214 28 233 -
CMYK 0.08 0.88 0 0.09
HSL 294.44º 0.82% 0.51% -
HSV(B) 294.44º 0.88% 0.91% -
XYZ 42.85 21.01 78.89 -
YUV 106.98 199.12 204.33 -
System Red Green Blue C M Y K H S L
Decimal 214 28 233 0.08 0.88 0 0.09 294.44 0.82 0.51
Hex D6 1C E9 8 58 0 9 126 52 33
Octal 326 34 351 10 130 0 11 446 122 63
Binary 11010110 11100 11101001 1000 1011000 0 1001 100100110 1010010 110011

Color Harmonies of #D61CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CE9

Black with #D61CE9

Text Example


Text Example

White with #D61CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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