Html Css Color HEX #D30EFD Psychedelic Purple

📋 copy color: '#D30EFD'

red 211 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #D30EFD

Tints of Psychedelic Purple #D30EFD

RGB

 RED value IS 211 (82.81% from 255) = 44.14%

 GREEN value IS 14 (5.86% from 255) = 2.93%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 44.14%
G = 2.93%
B = 52.93%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D30EFD (or 0xD30EFD) is known color: Psychedelic Purple. HEX triplet: D3, 0E and FD. RGB value is (211,14,253). Sum of RGB (Red+Green+Blue) = 211+14+253=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #D30EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EFD is #2CF102. Grayscale: #636363. Windows color (decimal): -2945283 or 16584403. OLE color: 16584403.

HSL color Cylindrical-coordinate representation of color #D30EFD: hue angle of 289.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EFD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 14 253 -
CMYK 0.17 0.94 0 0.01
HSL 289.46º 0.98% 0.52% -
HSV(B) 289.46º 0.94% 0.99% -
XYZ 44.75 21.25 94.67 -
YUV 100.15 214.27 207.07 -
System Red Green Blue C M Y K H S L
Decimal 211 14 253 0.17 0.94 0 0.01 289.46 0.98 0.52
Hex D3 E FD 11 5E 0 1 121 62 34
Octal 323 16 375 21 136 0 1 441 142 64
Binary 11010011 1110 11111101 10001 1011110 0 1 100100001 1100010 110100

Color Harmonies of #D30EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EFD

Black with #D30EFD

Text Example


Text Example

White with #D30EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EFD; }

 p { color: rgb(211,14,253); }

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

background-color css

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

 a { background-color: rgb(211,14,253); }

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

border-color css

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

 span { border-color: rgb(211,14,253); }

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