Html Css Color HEX #D706FB Psychedelic Purple

📋 copy color: '#D706FB'

red 215 ◦ green 6 ◦ blue 251

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

Shades of Psychedelic Purple #D706FB

Tints of Psychedelic Purple #D706FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 45.55%
G = 1.27%
B = 53.18%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D706FB (or 0xD706FB) is known color: Psychedelic Purple. HEX triplet: D7, 06 and FB. RGB value is (215,6,251). Sum of RGB (Red+Green+Blue) = 215+6+251=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #D706FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D706FB is #28F904. Grayscale: #5F5F5F. Windows color (decimal): -2685189 or 16451287. OLE color: 16451287.

HSL color Cylindrical-coordinate representation of color #D706FB: hue angle of 291.18º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D706FB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 6 251 -
CMYK 0.14 0.98 0 0.02
HSL 291.18º 0.97% 0.5% -
HSV(B) 291.18º 0.98% 0.98% -
XYZ 45.5 21.54 93.03 -
YUV 96.42 215.24 212.58 -
System Red Green Blue C M Y K H S L
Decimal 215 6 251 0.14 0.98 0 0.02 291.18 0.97 0.5
Hex D7 6 FB E 62 0 2 123 61 32
Octal 327 6 373 16 142 0 2 443 141 62
Binary 11010111 110 11111011 1110 1100010 0 10 100100011 1100001 110010

Color Harmonies of #D706FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706FB

Black with #D706FB

Text Example


Text Example

White with #D706FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706FB; }

 p { color: rgb(215,6,251); }

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

background-color css

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

 a { background-color: rgb(215,6,251); }

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

border-color css

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

 span { border-color: rgb(215,6,251); }

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