Html Css Color HEX #D10CF6 Psychedelic Purple

📋 copy color: '#D10CF6'

red 209 ◦ green 12 ◦ blue 246

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

Shades of Psychedelic Purple #D10CF6

Tints of Psychedelic Purple #D10CF6

RGB

 RED value IS 209 (82.03% from 255) = 44.75%

 GREEN value IS 12 (5.08% from 255) = 2.57%

 BLUE value IS 246 (96.48% from 255) = 52.68%

R = 44.75%
G = 2.57%
B = 52.68%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D10CF6 (or 0xD10CF6) is known color: Psychedelic Purple. HEX triplet: D1, 0C and F6. RGB value is (209,12,246). Sum of RGB (Red+Green+Blue) = 209+12+246=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #D10CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10CF6 is #2EF309. Grayscale: #606060. Windows color (decimal): -3076874 or 16125137. OLE color: 16125137.

HSL color Cylindrical-coordinate representation of color #D10CF6: hue angle of 290.51º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10CF6 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 12 246 -
CMYK 0.15 0.95 0 0.04
HSL 290.51º 0.93% 0.51% -
HSV(B) 290.51º 0.95% 0.96% -
XYZ 43.06 20.47 88.87 -
YUV 97.58 211.77 207.47 -
System Red Green Blue C M Y K H S L
Decimal 209 12 246 0.15 0.95 0 0.04 290.51 0.93 0.51
Hex D1 C F6 F 5F 0 4 123 5D 33
Octal 321 14 366 17 137 0 4 443 135 63
Binary 11010001 1100 11110110 1111 1011111 0 100 100100011 1011101 110011

Color Harmonies of #D10CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10CF6

Black with #D10CF6

Text Example


Text Example

White with #D10CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10CF6; }

 p { color: rgb(209,12,246); }

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

background-color css

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

 a { background-color: rgb(209,12,246); }

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

border-color css

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

 span { border-color: rgb(209,12,246); }

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