Html Css Color HEX #D735FD Psychedelic Purple

📋 copy color: '#D735FD'

red 215 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D735FD

Tints of Psychedelic Purple #D735FD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.17%

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 41.27%
G = 10.17%
B = 48.56%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D735FD (or 0xD735FD) is known color: Psychedelic Purple. HEX triplet: D7, 35 and FD. RGB value is (215,53,253). Sum of RGB (Red+Green+Blue) = 215+53+253=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 53 (21.09% from 255 or 10.17% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D735FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D735FD is #28CA02. Grayscale: #7B7B7B. Windows color (decimal): -2673155 or 16594391. OLE color: 16594391.

HSL color Cylindrical-coordinate representation of color #D735FD: hue angle of 288.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D735FD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 53 253 -
CMYK 0.15 0.79 0 0.01
HSL 288.6º 0.98% 0.6% -
HSV(B) 288.6º 0.79% 0.99% -
XYZ 47.03 24.09 95.1 -
YUV 124.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 215 53 253 0.15 0.79 0 0.01 288.6 0.98 0.6
Hex D7 35 FD F 4F 0 1 121 62 3C
Octal 327 65 375 17 117 0 1 441 142 74
Binary 11010111 110101 11111101 1111 1001111 0 1 100100001 1100010 111100

Color Harmonies of #D735FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D735FD

Black with #D735FD

Text Example


Text Example

White with #D735FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D735FD; }

 p { color: rgb(215,53,253); }

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

background-color css

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

 a { background-color: rgb(215,53,253); }

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

border-color css

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

 span { border-color: rgb(215,53,253); }

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