Html Css Color HEX #D352FD Heliotrope

📋 copy color: '#D352FD'

red 211 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #D352FD

Tints of Heliotrope #D352FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.02%

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

R = 38.64%
G = 15.02%
B = 46.34%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D352FD (or 0xD352FD) is known color: Heliotrope. HEX triplet: D3, 52 and FD. RGB value is (211,82,253). Sum of RGB (Red+Green+Blue) = 211+82+253=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #D352FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352FD is #2CAD02. Grayscale: #8B8B8B. Windows color (decimal): -2927875 or 16601811. OLE color: 16601811.

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

Color convert

RGB 211 82 253 -
CMYK 0.17 0.68 0 0.01
HSL 285.26º 0.98% 0.66% -
HSV(B) 285.26º 0.68% 0.99% -
XYZ 47.61 26.98 95.63 -
YUV 140.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 211 82 253 0.17 0.68 0 0.01 285.26 0.98 0.66
Hex D3 52 FD 11 44 0 1 11D 62 42
Octal 323 122 375 21 104 0 1 435 142 102
Binary 11010011 1010010 11111101 10001 1000100 0 1 100011101 1100010 1000010

Color Harmonies of #D352FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352FD

Black with #D352FD

Text Example


Text Example

White with #D352FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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