Html Css Color HEX #D61AF4 Psychedelic Purple

📋 copy color: '#D61AF4'

red 214 ◦ green 26 ◦ blue 244

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

Shades of Psychedelic Purple #D61AF4

Tints of Psychedelic Purple #D61AF4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.37%

 BLUE value IS 244 (95.7% from 255) = 50.41%

R = 44.21%
G = 5.37%
B = 50.41%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D61AF4 (or 0xD61AF4) is known color: Psychedelic Purple. HEX triplet: D6, 1A and F4. RGB value is (214,26,244). Sum of RGB (Red+Green+Blue) = 214+26+244=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #D61AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AF4 is #29E50B. Grayscale: #6A6A6A. Windows color (decimal): -2745612 or 15997654. OLE color: 15997654.

HSL color Cylindrical-coordinate representation of color #D61AF4: hue angle of 291.74º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61AF4 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 26 244 -
CMYK 0.12 0.89 0 0.04
HSL 291.74º 0.91% 0.53% -
HSV(B) 291.74º 0.89% 0.96% -
XYZ 44.43 21.57 87.41 -
YUV 107.06 205.28 204.27 -
System Red Green Blue C M Y K H S L
Decimal 214 26 244 0.12 0.89 0 0.04 291.74 0.91 0.53
Hex D6 1A F4 C 59 0 4 124 5B 35
Octal 326 32 364 14 131 0 4 444 133 65
Binary 11010110 11010 11110100 1100 1011001 0 100 100100100 1011011 110101

Color Harmonies of #D61AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AF4

Black with #D61AF4

Text Example


Text Example

White with #D61AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AF4; }

 p { color: rgb(214,26,244); }

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

background-color css

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

 a { background-color: rgb(214,26,244); }

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

border-color css

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

 span { border-color: rgb(214,26,244); }

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