Html Css Color HEX #D380F1 Heliotrope

📋 copy color: '#D380F1'

red 211 ◦ green 128 ◦ blue 241

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

Shades of Heliotrope #D380F1

Tints of Heliotrope #D380F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.07%

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 36.38%
G = 22.07%
B = 41.55%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D380F1 (or 0xD380F1) is known color: Heliotrope. HEX triplet: D3, 80 and F1. RGB value is (211,128,241). Sum of RGB (Red+Green+Blue) = 211+128+241=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #D380F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380F1 is #2C7F0E. Grayscale: #A5A5A5. Windows color (decimal): -2916111 or 15827155. OLE color: 15827155.

HSL color Cylindrical-coordinate representation of color #D380F1: hue angle of 284.07º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D380F1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 128 241 -
CMYK 0.12 0.47 0 0.05
HSL 284.07º 0.8% 0.72% -
HSV(B) 284.07º 0.47% 0.95% -
XYZ 50.46 35.64 87.44 -
YUV 165.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 211 128 241 0.12 0.47 0 0.05 284.07 0.8 0.72
Hex D3 80 F1 C 2F 0 5 11C 50 48
Octal 323 200 361 14 57 0 5 434 120 110
Binary 11010011 10000000 11110001 1100 101111 0 101 100011100 1010000 1001000

Color Harmonies of #D380F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380F1

Black with #D380F1

Text Example


Text Example

White with #D380F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380F1; }

 p { color: rgb(211,128,241); }

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

background-color css

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

 a { background-color: rgb(211,128,241); }

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

border-color css

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

 span { border-color: rgb(211,128,241); }

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