Html Css Color HEX #D10DFB Psychedelic Purple

📋 copy color: '#D10DFB'

red 209 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #D10DFB

Tints of Psychedelic Purple #D10DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.75%

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

R = 44.19%
G = 2.75%
B = 53.07%

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

#D10DFB (or 0xD10DFB) is known color: Psychedelic Purple. HEX triplet: D1, 0D and FB. RGB value is (209,13,251). Sum of RGB (Red+Green+Blue) = 209+13+251=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #D10DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DFB is #2EF204. Grayscale: #616161. Windows color (decimal): -3076613 or 16453073. OLE color: 16453073.

HSL color Cylindrical-coordinate representation of color #D10DFB: hue angle of 289.41º 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 #D10DFB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 13 251 -
CMYK 0.17 0.95 0 0.02
HSL 289.41º 0.97% 0.52% -
HSV(B) 289.41º 0.95% 0.98% -
XYZ 43.85 20.81 92.97 -
YUV 98.74 213.93 206.65 -
System Red Green Blue C M Y K H S L
Decimal 209 13 251 0.17 0.95 0 0.02 289.41 0.97 0.52
Hex D1 D FB 11 5F 0 2 121 61 34
Octal 321 15 373 21 137 0 2 441 141 64
Binary 11010001 1101 11111011 10001 1011111 0 10 100100001 1100001 110100

Color Harmonies of #D10DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DFB

Black with #D10DFB

Text Example


Text Example

White with #D10DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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