Html Css Color HEX #D605FD Psychedelic Purple

📋 copy color: '#D605FD'

red 214 ◦ green 5 ◦ blue 253

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

Shades of Psychedelic Purple #D605FD

Tints of Psychedelic Purple #D605FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.06%

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

R = 45.34%
G = 1.06%
B = 53.6%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D605FD (or 0xD605FD) is known color: Psychedelic Purple. HEX triplet: D6, 05 and FD. RGB value is (214,5,253). Sum of RGB (Red+Green+Blue) = 214+5+253=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #D605FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D605FD is #29FA02. Grayscale: #5E5E5E. Windows color (decimal): -2750979 or 16582102. OLE color: 16582102.

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

Color convert

RGB 214 5 253 -
CMYK 0.15 0.98 0 0.01
HSL 290.56º 0.98% 0.51% -
HSV(B) 290.56º 0.98% 0.99% -
XYZ 45.52 21.5 94.68 -
YUV 95.76 216.74 212.33 -
System Red Green Blue C M Y K H S L
Decimal 214 5 253 0.15 0.98 0 0.01 290.56 0.98 0.51
Hex D6 5 FD F 62 0 1 123 62 33
Octal 326 5 375 17 142 0 1 443 142 63
Binary 11010110 101 11111101 1111 1100010 0 1 100100011 1100010 110011

Color Harmonies of #D605FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605FD

Black with #D605FD

Text Example


Text Example

White with #D605FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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