Html Css Color HEX #D906F1 Psychedelic Purple

📋 copy color: '#D906F1'

red 217 ◦ green 6 ◦ blue 241

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

Shades of Psychedelic Purple #D906F1

Tints of Psychedelic Purple #D906F1

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

 GREEN value IS 6 (2.73% from 255) = 1.29%

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

R = 46.77%
G = 1.29%
B = 51.94%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D906F1 (or 0xD906F1) is known color: Psychedelic Purple. HEX triplet: D9, 06 and F1. RGB value is (217,6,241). Sum of RGB (Red+Green+Blue) = 217+6+241=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #D906F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D906F1 is #26F90E. Grayscale: #5F5F5F. Windows color (decimal): -2554127 or 15795929. OLE color: 15795929.

HSL color Cylindrical-coordinate representation of color #D906F1: hue angle of 293.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D906F1 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 6 241 -
CMYK 0.10 0.98 0 0.05
HSL 293.87º 0.95% 0.48% -
HSV(B) 293.87º 0.98% 0.95% -
XYZ 44.56 21.23 84.97 -
YUV 95.88 209.9 214.39 -
System Red Green Blue C M Y K H S L
Decimal 217 6 241 0.10 0.98 0 0.05 293.87 0.95 0.48
Hex D9 6 F1 A 62 0 5 126 5F 30
Octal 331 6 361 12 142 0 5 446 137 60
Binary 11011001 110 11110001 1010 1100010 0 101 100100110 1011111 110000

Color Harmonies of #D906F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D906F1

Black with #D906F1

Text Example


Text Example

White with #D906F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D906F1; }

 p { color: rgb(217,6,241); }

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

background-color css

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

 a { background-color: rgb(217,6,241); }

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

border-color css

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

 span { border-color: rgb(217,6,241); }

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