Html Css Color HEX #D01CFB Psychedelic Purple

📋 copy color: '#D01CFB'

red 208 ◦ green 28 ◦ blue 251

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

Shades of Psychedelic Purple #D01CFB

Tints of Psychedelic Purple #D01CFB

RGB

 RED value IS 208 (81.64% from 255) = 42.71%

 GREEN value IS 28 (11.33% from 255) = 5.75%

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

R = 42.71%
G = 5.75%
B = 51.54%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D01CFB (or 0xD01CFB) is known color: Psychedelic Purple. HEX triplet: D0, 1C and FB. RGB value is (208,28,251). Sum of RGB (Red+Green+Blue) = 208+28+251=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #D01CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CFB is #2FE304. Grayscale: #6A6A6A. Windows color (decimal): -3138309 or 16456912. OLE color: 16456912.

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

Color convert

RGB 208 28 251 -
CMYK 0.17 0.89 0 0.02
HSL 288.43º 0.97% 0.55% -
HSV(B) 288.43º 0.89% 0.98% -
XYZ 43.84 21.21 93.05 -
YUV 107.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 208 28 251 0.17 0.89 0 0.02 288.43 0.97 0.55
Hex D0 1C FB 11 59 0 2 120 61 37
Octal 320 34 373 21 131 0 2 440 141 67
Binary 11010000 11100 11111011 10001 1011001 0 10 100100000 1100001 110111

Color Harmonies of #D01CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CFB

Black with #D01CFB

Text Example


Text Example

White with #D01CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CFB; }

 p { color: rgb(208,28,251); }

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

background-color css

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

 a { background-color: rgb(208,28,251); }

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

border-color css

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

 span { border-color: rgb(208,28,251); }

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