Html Css Color HEX #D52CE6 Psychedelic Purple

📋 copy color: '#D52CE6'

red 213 ◦ green 44 ◦ blue 230

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

Shades of Psychedelic Purple #D52CE6

Tints of Psychedelic Purple #D52CE6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.03%

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

R = 43.74%
G = 9.03%
B = 47.23%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D52CE6 (or 0xD52CE6) is known color: Psychedelic Purple. HEX triplet: D5, 2C and E6. RGB value is (213,44,230). Sum of RGB (Red+Green+Blue) = 213+44+230=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #D52CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CE6 is #2AD319. Grayscale: #737373. Windows color (decimal): -2806554 or 15084757. OLE color: 15084757.

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

Color convert

RGB 213 44 230 -
CMYK 0.07 0.81 0 0.10
HSL 294.52º 0.79% 0.54% -
HSV(B) 294.52º 0.81% 0.9% -
XYZ 42.62 21.66 76.8 -
YUV 115.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 213 44 230 0.07 0.81 0 0.10 294.52 0.79 0.54
Hex D5 2C E6 7 51 0 A 127 4F 36
Octal 325 54 346 7 121 0 12 447 117 66
Binary 11010101 101100 11100110 111 1010001 0 1010 100100111 1001111 110110

Color Harmonies of #D52CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CE6

Black with #D52CE6

Text Example


Text Example

White with #D52CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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