Html Css Color HEX #D00CF5 Psychedelic Purple

📋 copy color: '#D00CF5'

red 208 ◦ green 12 ◦ blue 245

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

Shades of Psychedelic Purple #D00CF5

Tints of Psychedelic Purple #D00CF5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.58%

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

R = 44.73%
G = 2.58%
B = 52.69%

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

#D00CF5 (or 0xD00CF5) is known color: Psychedelic Purple. HEX triplet: D0, 0C and F5. RGB value is (208,12,245). Sum of RGB (Red+Green+Blue) = 208+12+245=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #D00CF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CF5 is #2FF30A. Grayscale: #606060. Windows color (decimal): -3142411 or 16059600. OLE color: 16059600.

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

Color convert

RGB 208 12 245 -
CMYK 0.15 0.95 0 0.04
HSL 290.47º 0.92% 0.5% -
HSV(B) 290.47º 0.95% 0.96% -
XYZ 42.63 20.27 88.05 -
YUV 97.17 211.43 207.05 -
System Red Green Blue C M Y K H S L
Decimal 208 12 245 0.15 0.95 0 0.04 290.47 0.92 0.5
Hex D0 C F5 F 5F 0 4 122 5C 32
Octal 320 14 365 17 137 0 4 442 134 62
Binary 11010000 1100 11110101 1111 1011111 0 100 100100010 1011100 110010

Color Harmonies of #D00CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CF5

Black with #D00CF5

Text Example


Text Example

White with #D00CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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