Html Css Color HEX #D61CE6 Psychedelic Purple

📋 copy color: '#D61CE6'

red 214 ◦ green 28 ◦ blue 230

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

Shades of Psychedelic Purple #D61CE6

Tints of Psychedelic Purple #D61CE6

RGB

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

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

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

R = 45.34%
G = 5.93%
B = 48.73%

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

#D61CE6 (or 0xD61CE6) is known color: Psychedelic Purple. HEX triplet: D6, 1C and E6. RGB value is (214,28,230). Sum of RGB (Red+Green+Blue) = 214+28+230=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #D61CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CE6 is #29E319. Grayscale: #6A6A6A. Windows color (decimal): -2745114 or 15080662. OLE color: 15080662.

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

Color convert

RGB 214 28 230 -
CMYK 0.07 0.88 0 0.10
HSL 295.25º 0.8% 0.51% -
HSV(B) 295.25º 0.88% 0.9% -
XYZ 42.43 20.84 76.65 -
YUV 106.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 214 28 230 0.07 0.88 0 0.10 295.25 0.8 0.51
Hex D6 1C E6 7 58 0 A 127 50 33
Octal 326 34 346 7 130 0 12 447 120 63
Binary 11010110 11100 11100110 111 1011000 0 1010 100100111 1010000 110011

Color Harmonies of #D61CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CE6

Black with #D61CE6

Text Example


Text Example

White with #D61CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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