Html Css Color HEX #D612FF Psychedelic Purple

📋 copy color: '#D612FF'

red 214 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #D612FF

Tints of Psychedelic Purple #D612FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 43.94%
G = 3.7%
B = 52.36%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D612FF (or 0xD612FF) is known color: Psychedelic Purple. HEX triplet: D6, 12 and FF. RGB value is (214,18,255). Sum of RGB (Red+Green+Blue) = 214+18+255=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #D612FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D612FF is #29ED00. Grayscale: #666666. Windows color (decimal): -2747649 or 16716502. OLE color: 16716502.

HSL color Cylindrical-coordinate representation of color #D612FF: hue angle of 289.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D612FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 18 255 -
CMYK 0.16 0.93 0 0
HSL 289.62º 1% 0.54% -
HSV(B) 289.62º 0.93% 1% -
XYZ 46 21.95 96.42 -
YUV 103.62 213.43 206.73 -
System Red Green Blue C M Y K H S L
Decimal 214 18 255 0.16 0.93 0 0 289.62 1 0.54
Hex D6 12 FF 10 5D 0 0 122 64 36
Octal 326 22 377 20 135 0 0 442 144 66
Binary 11010110 10010 11111111 10000 1011101 0 0 100100010 1100100 110110

Color Harmonies of #D612FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612FF

Black with #D612FF

Text Example


Text Example

White with #D612FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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