Html Css Color HEX #D91DE6 Psychedelic Purple

📋 copy color: '#D91DE6'

red 217 ◦ green 29 ◦ blue 230

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

Shades of Psychedelic Purple #D91DE6

Tints of Psychedelic Purple #D91DE6

RGB

 RED value IS 217 (85.16% from 255) = 45.59%

 GREEN value IS 29 (11.72% from 255) = 6.09%

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

R = 45.59%
G = 6.09%
B = 48.32%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D91DE6 (or 0xD91DE6) is known color: Psychedelic Purple. HEX triplet: D9, 1D and E6. RGB value is (217,29,230). Sum of RGB (Red+Green+Blue) = 217+29+230=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #D91DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91DE6 is #26E219. Grayscale: #6B6B6B. Windows color (decimal): -2548250 or 15080921. OLE color: 15080921.

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

Color convert

RGB 217 29 230 -
CMYK 0.06 0.87 0 0.10
HSL 296.12º 0.8% 0.51% -
HSV(B) 296.12º 0.87% 0.9% -
XYZ 43.34 21.34 76.7 -
YUV 108.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 217 29 230 0.06 0.87 0 0.10 296.12 0.8 0.51
Hex D9 1D E6 6 57 0 A 128 50 33
Octal 331 35 346 6 127 0 12 450 120 63
Binary 11011001 11101 11100110 110 1010111 0 1010 100101000 1010000 110011

Color Harmonies of #D91DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91DE6

Black with #D91DE6

Text Example


Text Example

White with #D91DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91DE6; }

 p { color: rgb(217,29,230); }

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

background-color css

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

 a { background-color: rgb(217,29,230); }

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

border-color css

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

 span { border-color: rgb(217,29,230); }

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