Html Css Color HEX #D10CFB Psychedelic Purple

📋 copy color: '#D10CFB'

red 209 ◦ green 12 ◦ blue 251

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

Shades of Psychedelic Purple #D10CFB

Tints of Psychedelic Purple #D10CFB

RGB

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

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

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

R = 44.28%
G = 2.54%
B = 53.18%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D10CFB (or 0xD10CFB) is known color: Psychedelic Purple. HEX triplet: D1, 0C and FB. RGB value is (209,12,251). Sum of RGB (Red+Green+Blue) = 209+12+251=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 12 (5.08% from 255 or 2.54% 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 #D10CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10CFB is #2EF304. Grayscale: #616161. Windows color (decimal): -3076869 or 16452817. OLE color: 16452817.

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

Color convert

RGB 209 12 251 -
CMYK 0.17 0.95 0 0.02
HSL 289.46º 0.97% 0.52% -
HSV(B) 289.46º 0.95% 0.98% -
XYZ 43.84 20.78 92.97 -
YUV 98.15 214.27 207.07 -
System Red Green Blue C M Y K H S L
Decimal 209 12 251 0.17 0.95 0 0.02 289.46 0.97 0.52
Hex D1 C FB 11 5F 0 2 121 61 34
Octal 321 14 373 21 137 0 2 441 141 64
Binary 11010001 1100 11111011 10001 1011111 0 10 100100001 1100001 110100

Color Harmonies of #D10CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10CFB

Black with #D10CFB

Text Example


Text Example

White with #D10CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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