Html Css Color HEX #D52DE7 Psychedelic Purple

📋 copy color: '#D52DE7'

red 213 ◦ green 45 ◦ blue 231

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

Shades of Psychedelic Purple #D52DE7

Tints of Psychedelic Purple #D52DE7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.2%

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 43.56%
G = 9.2%
B = 47.24%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D52DE7 (or 0xD52DE7) is known color: Psychedelic Purple. HEX triplet: D5, 2D and E7. RGB value is (213,45,231). Sum of RGB (Red+Green+Blue) = 213+45+231=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #D52DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52DE7 is #2AD218. Grayscale: #737373. Windows color (decimal): -2806297 or 15150549. OLE color: 15150549.

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

Color convert

RGB 213 45 231 -
CMYK 0.08 0.81 0 0.09
HSL 294.19º 0.79% 0.54% -
HSV(B) 294.19º 0.81% 0.91% -
XYZ 42.8 21.79 77.55 -
YUV 116.44 192.66 196.88 -
System Red Green Blue C M Y K H S L
Decimal 213 45 231 0.08 0.81 0 0.09 294.19 0.79 0.54
Hex D5 2D E7 8 51 0 9 126 4F 36
Octal 325 55 347 10 121 0 11 446 117 66
Binary 11010101 101101 11100111 1000 1010001 0 1001 100100110 1001111 110110

Color Harmonies of #D52DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DE7

Black with #D52DE7

Text Example


Text Example

White with #D52DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DE7; }

 p { color: rgb(213,45,231); }

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

background-color css

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

 a { background-color: rgb(213,45,231); }

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

border-color css

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

 span { border-color: rgb(213,45,231); }

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