Html Css Color HEX #D60DFB Psychedelic Purple

📋 copy color: '#D60DFB'

red 214 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #D60DFB

Tints of Psychedelic Purple #D60DFB

RGB

 RED value IS 214 (83.98% from 255) = 44.77%

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

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

R = 44.77%
G = 2.72%
B = 52.51%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D60DFB (or 0xD60DFB) is known color: Psychedelic Purple. HEX triplet: D6, 0D and FB. RGB value is (214,13,251). Sum of RGB (Red+Green+Blue) = 214+13+251=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #D60DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DFB is #29F204. Grayscale: #636363. Windows color (decimal): -2748933 or 16453078. OLE color: 16453078.

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

Color convert

RGB 214 13 251 -
CMYK 0.15 0.95 0 0.02
HSL 290.67º 0.97% 0.52% -
HSV(B) 290.67º 0.95% 0.98% -
XYZ 45.29 21.55 93.04 -
YUV 100.23 213.09 209.15 -
System Red Green Blue C M Y K H S L
Decimal 214 13 251 0.15 0.95 0 0.02 290.67 0.97 0.52
Hex D6 D FB F 5F 0 2 123 61 34
Octal 326 15 373 17 137 0 2 443 141 64
Binary 11010110 1101 11111011 1111 1011111 0 10 100100011 1100001 110100

Color Harmonies of #D60DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DFB

Black with #D60DFB

Text Example


Text Example

White with #D60DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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