Html Css Color HEX #D235FD Psychedelic Purple

📋 copy color: '#D235FD'

red 210 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D235FD

Tints of Psychedelic Purple #D235FD

RGB

 RED value IS 210 (82.42% from 255) = 40.7%

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

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

R = 40.7%
G = 10.27%
B = 49.03%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D235FD (or 0xD235FD) is known color: Psychedelic Purple. HEX triplet: D2, 35 and FD. RGB value is (210,53,253). Sum of RGB (Red+Green+Blue) = 210+53+253=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #D235FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235FD is #2DCA02. Grayscale: #7A7A7A. Windows color (decimal): -3000835 or 16594386. OLE color: 16594386.

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

Color convert

RGB 210 53 253 -
CMYK 0.17 0.79 0 0.01
HSL 287.1º 0.98% 0.6% -
HSV(B) 287.1º 0.79% 0.99% -
XYZ 45.58 23.34 95.03 -
YUV 122.74 201.51 190.24 -
System Red Green Blue C M Y K H S L
Decimal 210 53 253 0.17 0.79 0 0.01 287.1 0.98 0.6
Hex D2 35 FD 11 4F 0 1 11F 62 3C
Octal 322 65 375 21 117 0 1 437 142 74
Binary 11010010 110101 11111101 10001 1001111 0 1 100011111 1100010 111100

Color Harmonies of #D235FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235FD

Black with #D235FD

Text Example


Text Example

White with #D235FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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