Html Css Color HEX #D612FD Psychedelic Purple

📋 copy color: '#D612FD'

red 214 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #D612FD

Tints of Psychedelic Purple #D612FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.71%

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

R = 44.12%
G = 3.71%
B = 52.16%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D612FD (or 0xD612FD) is known color: Psychedelic Purple. HEX triplet: D6, 12 and FD. RGB value is (214,18,253). Sum of RGB (Red+Green+Blue) = 214+18+253=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #D612FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D612FD is #29ED02. Grayscale: #666666. Windows color (decimal): -2747651 or 16585430. OLE color: 16585430.

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

Color convert

RGB 214 18 253 -
CMYK 0.15 0.93 0 0.01
HSL 290.04º 0.98% 0.53% -
HSV(B) 290.04º 0.93% 0.99% -
XYZ 45.68 21.82 94.73 -
YUV 103.39 212.43 206.89 -
System Red Green Blue C M Y K H S L
Decimal 214 18 253 0.15 0.93 0 0.01 290.04 0.98 0.53
Hex D6 12 FD F 5D 0 1 122 62 35
Octal 326 22 375 17 135 0 1 442 142 65
Binary 11010110 10010 11111101 1111 1011101 0 1 100100010 1100010 110101

Color Harmonies of #D612FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612FD

Black with #D612FD

Text Example


Text Example

White with #D612FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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