Html Css Color HEX #D00DFB Psychedelic Purple

📋 copy color: '#D00DFB'

red 208 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #D00DFB

Tints of Psychedelic Purple #D00DFB

RGB

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

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

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

R = 44.07%
G = 2.75%
B = 53.18%

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

#D00DFB (or 0xD00DFB) is known color: Psychedelic Purple. HEX triplet: D0, 0D and FB. RGB value is (208,13,251). Sum of RGB (Red+Green+Blue) = 208+13+251=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #D00DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DFB is #2FF204. Grayscale: #616161. Windows color (decimal): -3142149 or 16453072. OLE color: 16453072.

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

Color convert

RGB 208 13 251 -
CMYK 0.17 0.95 0 0.02
HSL 289.16º 0.97% 0.52% -
HSV(B) 289.16º 0.95% 0.98% -
XYZ 43.57 20.66 92.96 -
YUV 98.44 214.1 206.15 -
System Red Green Blue C M Y K H S L
Decimal 208 13 251 0.17 0.95 0 0.02 289.16 0.97 0.52
Hex D0 D FB 11 5F 0 2 121 61 34
Octal 320 15 373 21 137 0 2 441 141 64
Binary 11010000 1101 11111011 10001 1011111 0 10 100100001 1100001 110100

Color Harmonies of #D00DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DFB

Black with #D00DFB

Text Example


Text Example

White with #D00DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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