Html Css Color HEX #D613F1 Psychedelic Purple

📋 copy color: '#D613F1'

red 214 ◦ green 19 ◦ blue 241

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

Shades of Psychedelic Purple #D613F1

Tints of Psychedelic Purple #D613F1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.01%

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 45.15%
G = 4.01%
B = 50.84%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D613F1 (or 0xD613F1) is known color: Psychedelic Purple. HEX triplet: D6, 13 and F1. RGB value is (214,19,241). Sum of RGB (Red+Green+Blue) = 214+19+241=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #D613F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D613F1 is #29EC0E. Grayscale: #656565. Windows color (decimal): -2747407 or 15799254. OLE color: 15799254.

HSL color Cylindrical-coordinate representation of color #D613F1: hue angle of 292.7º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D613F1 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 19 241 -
CMYK 0.11 0.92 0 0.05
HSL 292.7º 0.89% 0.51% -
HSV(B) 292.7º 0.92% 0.95% -
XYZ 43.84 21.11 84.98 -
YUV 102.61 206.1 207.45 -
System Red Green Blue C M Y K H S L
Decimal 214 19 241 0.11 0.92 0 0.05 292.7 0.89 0.51
Hex D6 13 F1 B 5C 0 5 125 59 33
Octal 326 23 361 13 134 0 5 445 131 63
Binary 11010110 10011 11110001 1011 1011100 0 101 100100101 1011001 110011

Color Harmonies of #D613F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613F1

Black with #D613F1

Text Example


Text Example

White with #D613F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613F1; }

 p { color: rgb(214,19,241); }

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

background-color css

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

 a { background-color: rgb(214,19,241); }

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

border-color css

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

 span { border-color: rgb(214,19,241); }

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