Html Css Color HEX #DF15FB Psychedelic Purple

📋 copy color: '#DF15FB'

red 223 ◦ green 21 ◦ blue 251

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

Shades of Psychedelic Purple #DF15FB

Tints of Psychedelic Purple #DF15FB

RGB

 RED value IS 223 (87.5% from 255) = 45.05%

 GREEN value IS 21 (8.59% from 255) = 4.24%

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

R = 45.05%
G = 4.24%
B = 50.71%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF15FB (or 0xDF15FB) is known color: Psychedelic Purple. HEX triplet: DF, 15 and FB. RGB value is (223,21,251). Sum of RGB (Red+Green+Blue) = 223+21+251=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF15FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15FB is #20EA04. Grayscale: #6A6A6A. Windows color (decimal): -2157061 or 16455135. OLE color: 16455135.

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

Color convert

RGB 223 21 251 -
CMYK 0.11 0.92 0 0.02
HSL 292.7º 0.97% 0.53% -
HSV(B) 292.7º 0.92% 0.98% -
XYZ 48.11 23.19 93.21 -
YUV 107.62 208.92 210.3 -
System Red Green Blue C M Y K H S L
Decimal 223 21 251 0.11 0.92 0 0.02 292.7 0.97 0.53
Hex DF 15 FB B 5C 0 2 125 61 35
Octal 337 25 373 13 134 0 2 445 141 65
Binary 11011111 10101 11111011 1011 1011100 0 10 100100101 1100001 110101

Color Harmonies of #DF15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15FB

Black with #DF15FB

Text Example


Text Example

White with #DF15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15FB; }

 p { color: rgb(223,21,251); }

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

background-color css

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

 a { background-color: rgb(223,21,251); }

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

border-color css

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

 span { border-color: rgb(223,21,251); }

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