Html Css Color HEX #D35FFD Heliotrope

📋 copy color: '#D35FFD'

red 211 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #D35FFD

Tints of Heliotrope #D35FFD

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

 GREEN value IS 95 (37.5% from 255) = 16.99%

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

R = 37.75%
G = 16.99%
B = 45.26%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D35FFD (or 0xD35FFD) is known color: Heliotrope. HEX triplet: D3, 5F and FD. RGB value is (211,95,253). Sum of RGB (Red+Green+Blue) = 211+95+253=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D35FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FFD is #2CA002. Grayscale: #939393. Windows color (decimal): -2924547 or 16605139. OLE color: 16605139.

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

Color convert

RGB 211 95 253 -
CMYK 0.17 0.62 0 0.01
HSL 284.05º 0.98% 0.68% -
HSV(B) 284.05º 0.62% 0.99% -
XYZ 48.69 29.13 95.98 -
YUV 147.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 211 95 253 0.17 0.62 0 0.01 284.05 0.98 0.68
Hex D3 5F FD 11 3E 0 1 11C 62 44
Octal 323 137 375 21 76 0 1 434 142 104
Binary 11010011 1011111 11111101 10001 111110 0 1 100011100 1100010 1000100

Color Harmonies of #D35FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FFD

Black with #D35FFD

Text Example


Text Example

White with #D35FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FFD; }

 p { color: rgb(211,95,253); }

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

background-color css

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

 a { background-color: rgb(211,95,253); }

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

border-color css

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

 span { border-color: rgb(211,95,253); }

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