Html Css Color HEX #D363F2 Heliotrope

📋 copy color: '#D363F2'

red 211 ◦ green 99 ◦ blue 242

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

Shades of Heliotrope #D363F2

Tints of Heliotrope #D363F2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.93%

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 38.22%
G = 17.93%
B = 43.84%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D363F2 (or 0xD363F2) is known color: Heliotrope. HEX triplet: D3, 63 and F2. RGB value is (211,99,242). Sum of RGB (Red+Green+Blue) = 211+99+242=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #D363F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D363F2 is #2C9C0D. Grayscale: #949494. Windows color (decimal): -2923534 or 15885267. OLE color: 15885267.

HSL color Cylindrical-coordinate representation of color #D363F2: hue angle of 286.99º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D363F2 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 99 242 -
CMYK 0.13 0.59 0 0.05
HSL 286.99º 0.85% 0.67% -
HSV(B) 286.99º 0.59% 0.95% -
XYZ 47.35 29.18 87.14 -
YUV 148.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 211 99 242 0.13 0.59 0 0.05 286.99 0.85 0.67
Hex D3 63 F2 D 3B 0 5 11F 55 43
Octal 323 143 362 15 73 0 5 437 125 103
Binary 11010011 1100011 11110010 1101 111011 0 101 100011111 1010101 1000011

Color Harmonies of #D363F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363F2

Black with #D363F2

Text Example


Text Example

White with #D363F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363F2; }

 p { color: rgb(211,99,242); }

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

background-color css

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

 a { background-color: rgb(211,99,242); }

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

border-color css

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

 span { border-color: rgb(211,99,242); }

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