Html Css Color HEX #D00DF5 Psychedelic Purple

📋 copy color: '#D00DF5'

red 208 ◦ green 13 ◦ blue 245

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

Shades of Psychedelic Purple #D00DF5

Tints of Psychedelic Purple #D00DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.58%

R = 44.64%
G = 2.79%
B = 52.58%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D00DF5 (or 0xD00DF5) is known color: Psychedelic Purple. HEX triplet: D0, 0D and F5. RGB value is (208,13,245). Sum of RGB (Red+Green+Blue) = 208+13+245=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #D00DF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DF5 is #2FF20A. Grayscale: #616161. Windows color (decimal): -3142155 or 16059856. OLE color: 16059856.

HSL color Cylindrical-coordinate representation of color #D00DF5: hue angle of 290.43º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00DF5 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 13 245 -
CMYK 0.15 0.95 0 0.04
HSL 290.43º 0.92% 0.51% -
HSV(B) 290.43º 0.95% 0.96% -
XYZ 42.64 20.29 88.06 -
YUV 97.75 211.1 206.64 -
System Red Green Blue C M Y K H S L
Decimal 208 13 245 0.15 0.95 0 0.04 290.43 0.92 0.51
Hex D0 D F5 F 5F 0 4 122 5C 33
Octal 320 15 365 17 137 0 4 442 134 63
Binary 11010000 1101 11110101 1111 1011111 0 100 100100010 1011100 110011

Color Harmonies of #D00DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DF5

Black with #D00DF5

Text Example


Text Example

White with #D00DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DF5; }

 p { color: rgb(208,13,245); }

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

background-color css

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

 a { background-color: rgb(208,13,245); }

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

border-color css

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

 span { border-color: rgb(208,13,245); }

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