Html Css Color HEX #D70CF9 Psychedelic Purple

📋 copy color: '#D70CF9'

red 215 ◦ green 12 ◦ blue 249

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

Shades of Psychedelic Purple #D70CF9

Tints of Psychedelic Purple #D70CF9

RGB

 RED value IS 215 (84.38% from 255) = 45.17%

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

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 45.17%
G = 2.52%
B = 52.31%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D70CF9 (or 0xD70CF9) is known color: Psychedelic Purple. HEX triplet: D7, 0C and F9. RGB value is (215,12,249). Sum of RGB (Red+Green+Blue) = 215+12+249=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #D70CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70CF9 is #28F306. Grayscale: #626262. Windows color (decimal): -2683655 or 16321751. OLE color: 16321751.

HSL color Cylindrical-coordinate representation of color #D70CF9: hue angle of 291.39º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70CF9 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 12 249 -
CMYK 0.14 0.95 0 0.02
HSL 291.39º 0.95% 0.51% -
HSV(B) 291.39º 0.95% 0.98% -
XYZ 45.25 21.55 91.4 -
YUV 99.72 212.25 210.23 -
System Red Green Blue C M Y K H S L
Decimal 215 12 249 0.14 0.95 0 0.02 291.39 0.95 0.51
Hex D7 C F9 E 5F 0 2 123 5F 33
Octal 327 14 371 16 137 0 2 443 137 63
Binary 11010111 1100 11111001 1110 1011111 0 10 100100011 1011111 110011

Color Harmonies of #D70CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CF9

Black with #D70CF9

Text Example


Text Example

White with #D70CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CF9; }

 p { color: rgb(215,12,249); }

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

background-color css

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

 a { background-color: rgb(215,12,249); }

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

border-color css

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

 span { border-color: rgb(215,12,249); }

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