Html Css Color HEX #D71CF4 Psychedelic Purple

📋 copy color: '#D71CF4'

red 215 ◦ green 28 ◦ blue 244

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

Shades of Psychedelic Purple #D71CF4

Tints of Psychedelic Purple #D71CF4

RGB

 RED value IS 215 (84.38% from 255) = 44.15%

 GREEN value IS 28 (11.33% from 255) = 5.75%

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

R = 44.15%
G = 5.75%
B = 50.1%

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

#D71CF4 (or 0xD71CF4) is known color: Psychedelic Purple. HEX triplet: D7, 1C and F4. RGB value is (215,28,244). Sum of RGB (Red+Green+Blue) = 215+28+244=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #D71CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CF4 is #28E30B. Grayscale: #6B6B6B. Windows color (decimal): -2679564 or 15998167. OLE color: 15998167.

HSL color Cylindrical-coordinate representation of color #D71CF4: hue angle of 291.94º 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 #D71CF4 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 28 244 -
CMYK 0.12 0.89 0 0.04
HSL 291.94º 0.91% 0.53% -
HSV(B) 291.94º 0.89% 0.96% -
XYZ 44.77 21.81 87.44 -
YUV 108.54 204.45 203.94 -
System Red Green Blue C M Y K H S L
Decimal 215 28 244 0.12 0.89 0 0.04 291.94 0.91 0.53
Hex D7 1C F4 C 59 0 4 124 5B 35
Octal 327 34 364 14 131 0 4 444 133 65
Binary 11010111 11100 11110100 1100 1011001 0 100 100100100 1011011 110101

Color Harmonies of #D71CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CF4

Black with #D71CF4

Text Example


Text Example

White with #D71CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CF4; }

 p { color: rgb(215,28,244); }

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

background-color css

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

 a { background-color: rgb(215,28,244); }

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

border-color css

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

 span { border-color: rgb(215,28,244); }

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