Html Css Color HEX #D60EFD Psychedelic Purple

📋 copy color: '#D60EFD'

red 214 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #D60EFD

Tints of Psychedelic Purple #D60EFD

RGB

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

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

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

R = 44.49%
G = 2.91%
B = 52.6%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D60EFD (or 0xD60EFD) is known color: Psychedelic Purple. HEX triplet: D6, 0E and FD. RGB value is (214,14,253). Sum of RGB (Red+Green+Blue) = 214+14+253=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #D60EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60EFD is #29F102. Grayscale: #646464. Windows color (decimal): -2748675 or 16584406. OLE color: 16584406.

HSL color Cylindrical-coordinate representation of color #D60EFD: hue angle of 290.21º 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 #D60EFD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 14 253 -
CMYK 0.15 0.94 0 0.01
HSL 290.21º 0.98% 0.52% -
HSV(B) 290.21º 0.94% 0.99% -
XYZ 45.62 21.7 94.71 -
YUV 101.05 213.76 208.57 -
System Red Green Blue C M Y K H S L
Decimal 214 14 253 0.15 0.94 0 0.01 290.21 0.98 0.52
Hex D6 E FD F 5E 0 1 122 62 34
Octal 326 16 375 17 136 0 1 442 142 64
Binary 11010110 1110 11111101 1111 1011110 0 1 100100010 1100010 110100

Color Harmonies of #D60EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EFD

Black with #D60EFD

Text Example


Text Example

White with #D60EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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